A Cantrill - Practice Exam #1 Flashcards
Which DNS Record type is used to commonly verify domain ownership?
TXT
What type of EC2 volume is best to host a small temporary data base and requires high IOPS?
Instance Store.
What is best for diagnosing performance issues on an EBS GP2 volume that looks to have high IOPS demands?
CloudWatch or CloudWatch Logs?
What is true of DDB “Eventually consistent reads” ?
-Uses less RCU than a strongly consistent read
-You can receive outdated data
What is RCU in DDB?
What is a way to improve a User Data script that has grown too long and slows the deployment and launch of the EC2?
Create and use a custom AMI
What does S3 transfer acceleration do?
Improves speed and performance of S3 objects delivered to users.
If you need to allow access to an S3 bucket in your account to IAM users from another account what should you do?
*Objects which are uploaded MUST be owned by your account, NOT the external account
Use an IAM role in your account
Which DNS record type is generally used to point R53 record sets at AWS logical resources?
A + Alias records
difference between Session Manager and EC2 Connect ?
If you perform an EC2 reboot, will the instance store data be lost?
No data persists on an OS reboot. (check/test in AWS IRL)
CloudHSM + (SSE3 or Client side encryption) for FIPS 140-2 Level 3 framework
Image in CF is not the new image that was just uploaded to S3 (origin). How do you get the CF image to match the new S3 Image?
Invalidate the object on the CF Distribution.
AWS provide a registry of open data sets which can be used by customers within their applications. How much does it cost to use these datasets within AWS products?
Its FREE!!!
What needs to be enabled in order for S3 CRR to work effectively?
Versioning MUST be enabled on both buckets, in order for CRR to work.