AWS Practice Test 1 Flashcards
C.R.O.P.S. is an acronym for the 5 pillars of the AWS well-architected framework. Name the 5 pillars
Cost optimization, reliability, operational excellence, performance efficiency, and security
VPC stands for what?
Virtual Private Cloud
In “Detailed” monitoring data available for your EBS volumes, Provisioned IOPS volumes automatically send _________ minute metrics to Amazon CloudWatch
Amazon Elastic Block Store (Amazon EBS) sends data points to CloudWatch for several metrics. All Amazon EBS volume types automatically send 1-minute metrics to CloudWatch, but only when the volume is attached to an instance.
Does Route 53 support MX Records?
Yes
Is it possible to change an instance type after it has been created?
Type can be changed if it has an EBS store volume root device
How can we protect accidental termination of our instances?
By using Enable termination protection option
You have an Amazon Elastic Cloud Compute (EC2) security group with several running EC2 instances. You change the security group rules to allow inbound traffic on a new port and protocol, and launch several new instances in the same security group. The new rules apply
Immediately to all instances in the security group
You are developing a highly available web application using stateless web servers. Which services are suitable for storing session state data? Choose 3 answers
Amazon DynamoDB
OR
Amazon ElasticCache
OR
Amazon Relational Database Service (RDS)
You are configuring a new VPC for one of your client for a cloud migration project. Only a public VPN will be in place. After you created your VPC, you created a new subnet, a new internet gateway and attached your internet gateway with your VPC. As you created your first instance in to your VPC, you realized that you can not connect the instance even it is configured with elastic IP. What should be done to access the instance?
A route should be created as 0.0.0.0/0 and your internet gateway as target
All traffic should be routed via Internet Gateway. So, a route should be created with 0.0.0.0/0 as a source, and your Internet Gateway as your target.
You can use _______ and ________ to help secure the instances in your VPC.
Security groups and network ACLs
Can we attach an EBS volume to more than one EC2 instance at the same time?
No
You have a business-critical two-tier web app currently deployed in two AZ in a single region, using Elastic Load Balancing and Auto Scaling. The app depends on synchronous replication (very low latency connectivity) at the database layer. The application needs to remain fully available even if one application AZs goes off-line, and Auto Scaling cannot launch new instances in the remaining AZs. How can the current architecture be enhanced to ensure this
Deploy in three Availability Zones, with Auto Scaling minimum set to handle 50 percent peak load per zone.
Will my standby RDS instance be in the same AZ as my primary?
No
The user just started an instance at 3 PM. Between 3 PM to 5 PM, he stopped and started the instance twice. During the same period, he has run the linux reboot command by ssh once and triggered reboot from AWS console once. For how many instance hours will AWS charge this user
4
An IAM user is trying to perform an action on an object belonging to some other root account’s bucket. Which of the below mentioned options will AWS S3 not verify?
Permission provided by the parent of the IAM user on the bucket
If the IAM user is trying to perform some action on the object belonging to another AWS user’s bucket, S3 will verify whether the owner of the IAM user has given sufficient permission
After creating a new AWS account, you use the API to request 40 on-demand Amazon Elastic Compute Cloud (EC2) instances in a single Availability Zone. After 20 successful requests, subsequent requests failed. What could be a reason for this issue, and how would you resolve it?
You encountered a soft limit of 20 instances per region. Submit the limit increase form and retry the failed requests once approved
We can run any number of Amazon EC2 instances within a VPC, so long as your VPC is appropriately sized to have an IP address assigned to each instance. You are initially limited to launching 20 Amazon EC2 instances at any one time and a maximum VPC size of /16 (65,536 IPs).
Can you create IAM security credentials for existing users?
Yes, existing users can have security credentials associated with their account
About the charge of Elastic IP Address, which of the following is true?
You can have one Elastic IP (EIP) address associated with a running instance at no charge.
An Elastic IP address doesn’t incur charges as long as all the following conditions are true: The Elastic IP address is associated with an EC2 instance. The instance associated with the Elastic IP address is running. The instance has only one Elastic IP address attached to it.
Select the correct set of options. These are the initial settings for the default security group
Allow no inbound traffic, Allow all outbound traffic and Allow instances associated with this security group to talk to each other.
Which service alias record is not free when using with Route 53?
AS
What does Amazon CloudFormation provide?
A template resource creation for Amazon Web Services.
CloudFormation supports creating VPCs, subnets, gateways, route tables and network ACLs as well as creating resources such as elastic IPs, Amazon EC2 Instances, EC2 security groups, auto scaling groups, elastic load balancers, Amazon RDS database instances and Amazon RDS security groups in a VPC.
You are deploying an application an Amazon Elastic Cloud Compute (EC2) that must call AWS APIs. What method of securely passing credentials to the application should you use?
Use AWS Identity and Access Management roles for EC2 instances.
Which DNS name can only be resolved within Amazon EC2?
Internal DNS name
What about below is false for AWS SLA?
S3 availability is guarantee to 99.95%.