Test questions Flashcards
What are the four EC2 buying options?
Dedicated- Physically and logically seperated from other aws instances.
Spot- Utilization of currently available, unused instances.
Reserved- 1 or 3 year availability contract.
On-Demand- Regular pay-as-you-go.
What are a few managed services? (You don’t need to manage their underlying infrastructure)
- Amazon Elastic MapReduce
- Amazon DynamoDB *
- Amazon Redshift
- Amazon RDS*
- Amazon Workspaces
DynamoDB and RDS are the only database services
How can you display the distribution of AWS Spending?
Using AWS Cost Explorer
What is AWS Aurora?
- Fully managed relational database with MySQL (5x faster) and PostgreSQL (3x faster)
- Amazon’s preference of database
- Replicates data across multiple availability zones (also Redshift)
You have just set up a brand-new AWS account. You want to keep monthly billing under $100, but you are worried about going over that limit. What can you use in order to be notified when the monthly bill approaches $100?
- A Cloudwatch billing alarm that triggers an SNS notification to your email address.
Your logs show that one or more AWS-owned IP addresses are sending packets to mulitple ports on your server, and you believe this is an attempt to discover unsecured ports. What should you do?
- Contact the AWS Abuse team
What are the characteristics of Amazon S3?
- S3 allows you to store unlimited amounts of data.
- Objects are directly accessible via a URL
A company is planning to introduce a new product to their customers. They are expecting high traffic to their web application. As part of the Enterprise support plan, which of the following could provide them with architectural and scaling guidance?
- Infrastructure Event Management
Available as part of the Enterprise-level support.
What are the benefits of the AWS Personal Health Dashboard? (All that applies)
- Personalized View of Service Health
- Detailed Troubleshooting Guidance
- Proactive Notifications
Which of the S3 storage classes is ideal for data with unpredictable access patterns?
- Amazon S3 Intelligent-Tiering
In AWS, which security aspects are the customer’s responsibility?
- Encryption of EBS Volumes
- Networking Traffic Protection
- The configuration of security groups
Which of the services allows you to manage your aggreements with AWS?
- AWS Artifact
Using Amazon RDS is under the shared responsibility model. Which would be the customer responsibilities?
- Managing the database settings
- Building the relational schema
Which of the services allows you to run your application when needed, without having to own a server running all the time?
- AWS Lambda
Lets you run code without provisioning or managing servers
Which of the storage mechanisms can be used to store messages effectively across distributed systems?
- AWS SQS or Simple Queue Service
- Offers reliable, scalable hosted queue for storing messages as they travel between applications.