more interview questions
more interview questions
EC2 S3
It is a cloud web service used for hosting your application
It is a data storage system where any amount of data can be stored
It is like a huge computer machine which can run either Linux or Windows and can
handle applications like PHP, Python, Apache, or any databases
It has a REST interface and uses secure HMAC-SHA1 authentication keys
9) How many buckets can you create in AWS by default?
By default, you can create up to 100 buckets in each of your AWS accounts.
10) Explain can you vertically scale an Amazon instance? How?
Yes, you can vertically scale on the Amazon instance. For that
Spin up a new larger instance than the one you are currently running
Pause that instance and detach the root webs volume from the server and discard
Then stop your live instance and detach its root volume
Note the unique device ID and attach that root volume to your new server
And start it again
11) Explain what T2 instances is?
T2 instances are designed to provide moderate baseline performance and the
capability to burst to higher performance as required by the workload.
12) In VPC with private and public subnets, database servers should ideally be
launched into which subnet?
With private and public subnets in VPC, database servers should ideally launch into
private subnets.
13) Mention what the security best practices for Amazon EC2 are?
For secure Amazon EC2 best practices, follow the following steps
Use AWS identity and access management to control access to your AWS resources
Restrict access by allowing only trusted hosts or networks to access ports on your
instance
Review the rules in your security groups regularly
Only open up permissions that you require
Disable password-based login, for example, launched from your AMI
14) Explain how the buffer is used in Amazon web services?
The buffer is used to make the system more robust to manage traffic or load by
synchronizing different components. Usually, components receive and process the
requests in an unbalanced way. With the help of a buffer, the components will be
balanced and will work at the same speed to provide faster services.
15) While connecting to your instance what are the possible connection issues one
might face?
The possible connection errors one might encounter while connecting instances are
General purpose
Computer Optimized
Memory Optimized
Storage Optimized
Accelerated Computing
18) Is the property of broadcast or multicast supported by Amazon VPC?
No, currently Amazon VPI does not provide support for broadcast or multicast.
19) How many Elastic IPs are allowed to be created by AWS?
5 VPC Elastic IP addresses are allowed for each AWS account.
20) Explain default storage class in S3
The default storage class is a Standard frequently accessed.
21) What are the Roles?
Roles are used to provide permissions to entities which you can trust within your
AWS account. Roles are very similar to users. However, with roles, you do not
require to create any username and password to work with the resources.
22) What are the edge locations?
Edge location is the area where the contents will be cached. So, when a user is
trying to access any content, the content will automatically be searched in the
edge location.
23) What is VPC?
aws-logoVPC stands for Virtual Private Cloud. It allows you to customize your
networking configuration. It is a network which is logically isolated from another
network in the cloud. It allows you to have your IP address range, internet
gateways, subnet, and security groups.
Boolean searches
Prefix Searches
Range searches
Entire text search
AutoComplete advice
49) Can vertically scaling is allowed in Amazon Instance?
Yes, you can vertically estimate one Amazon instance.
50) What is the use of lifecycle hooks in Autoscaling?
Lifecycle hooks are used for autoscaling to put an additional wait time to a scale
in or scale out event.
51) What are the various layers of Cloud Architecture explained in AWS training?
Different layers of cloud architecture are:
Cloud controller
Cluster controller
Storage Controller
Node Controller
52) What are the storage class available in Amazon s3?
Storage classes available with Amazon s3 are:
Amazon S3 standard
Amazon S3 standard-infrequent Access
Amazon S3 Reduced Redundancy Storage
Amazon Glacier
53) Name some of the DB engines which can be used in AWS RDS
MS-SQL DB
MariaDB
MYSQL DB
OracleDB
PostgreDB