Mega Quiz Flashcards
What is the default region for all SDKs?
EU-CENTRAL-1
US-EAST-1
US-WEST-1
EU-WEST-1
US-EAST-1
You have added a NAT EC2 instance to your VPC, but your EC2 instances in the private subnet still cannot access the internet. What should you do with the NAT?
You should move the NAT to another Subnet.
You should disable source/destination checks on the NAT instance.
You should enable source/destination checks on the NAT instance.
You should provision a second NAT and enable failover between the two.
You should disable source/destination checks on the NAT instance.
To retrieve instance metadata or userdata, you will need to use the following IP Address: ________.
http: //169.254.169.254
http: //192.168.0.254
http: //10.0.0.1
http: //127.0.0.1
http://169.254.169.254
After successfully uploading a file to S3, what HTTP response code should you expect to see?
HTTP 300
HTTP 500
HTTP 400
HTTP 200
HTTP 200
When you create new subnets within a custom VPC, by default they can communicate with each other, across availability zones.
True or False?
True
You have 2 EC2 instances which sit in a custom VPC in a public subnet. These instances are able to receive internet traffic. You add a 3rd instance to the subnet, but it cannot access the internet. What should you do?
Move the EC2 instance in to another subnet.
Add an elastic IP address to the new instance.
Enable port 80 on the security group.
Check your ACL permissions.
Add an elastic IP address to the new instance.
In Identity Access Management, you can use SAML (Security Assertion Markup Language 2.0) to give your federated users single sign-on (SSO) access to the AWS Management Console.
True or False?
True
Amazon S3 buckets do not provide eventual consistency for overwrite PUTS and DELETES.
True or False?
False
You can have 1 subnet stretched across multiple availability zones.
True or False?
False
There is a hard limit on how much data you can store on S3.
True or False?
False
You can have multiple SSL certificates (for multiple domain names) on a single Elastic Load Balancer.
True or False?
False
You are hosting a static website in an S3 bucket which uses Java script to reference assets in another S3 bucket. For some reason, these assets are not displaying when users browse to the site. What could the problem be?
Amazon S3 does not support Javascript.
You haven’t enabled Cross Origin Resource Sharing (CORS) on the bucket where the assets are stored.
You cannot use one S3 bucket to reference another S3 bucket.
You need to open port 80 on the appropriate security group in which the S3 bucket is located.
You haven’t enabled Cross Origin Resource Sharing (CORS) on the bucket where the assets are stored.
It is possible to transfer a reserved instance from one Availability Zone to another.
True
Amazon S3 buckets offer read-after-write consistency for PUTS of new objects.
True
You create a static hosting website in a bucket called “acloudguru” in Sydney using S3. What would the new URL endpoint be?
http: //acloudguru.s3-website-ap-eu-central-1.amazonaws.com
http: //acloudguru.s3-website-ap-southeast-2.amazonaws.com
https: //s3-ap-southeast-2.amazonaws.com/acloudguru/
http: //www.acloudguru.s3-website-ap-southeast-2.amazonaws.com
http://acloudguru.s3-website-ap-southeast-2.amazonaws.com