General Flashcards
To study harder concepts
Can a clustered placement group span availability zones?
No
Can a spread placement group span availability zones?
Yes
Context of a placement group’s name: Global, Regional, Account, Availability Zone
AWS account
At which levels can VPC Flow Logs be created?
Subnet Level
VPC Level
Network Interface Level
What is the chief advantage of using VPC endpoints to connect your VPC to services such as S3?
Traffic between your VPC and the other service does not leave the Amazon network.
When you create a new security group, all outbound traffic is allowed. True or False
True
You created a custom VPC with an instance but forgot to assign an IP to the instance. How would you make the instance accessible from the internet?
Create an Internet gateway and an Elastic IP address. Associate the Elastic IP with the EC2 instance.
By default, instances in new subnets in a custom VPC can communicate with each other across Availability Zones. True or False?
True
What is the purpose of an Egress-Only Internet Gateway?
- Prevents IPv6 based Internet resources initiating a connection into a VPC
- Allows VPC based IPv6 traffic to communicate to the Internet
When I create a new security group, all outbound traffic is allowed by default. True or False
True
True or False: A subnet can span multiple Availability Zones.
False - A subnet must be associated to one AZ
When you create a custom VPC, what is created automatically?
Access Control List
Security Group
Route Table
True or False: An Application Load Balancer must be deployed into at least two subnets.
True
Maximum responce time for premium level support
1 hour
Which RDS database engines have a limit to the number of databases that can run per instance?
Oracle
SQL Server
Two ways to increase read speeds in RDS
- Place the RDS instances behind an ElastiCache instance.
- Migrate the database from MySQL to Aurora for better performance.
Configuration to increase network throughput for EC2-based application
Spread the Instances over multiple AZs to minimize the traffic concentration and maximize the fault tolerance.
URL formats supported by S3
http: //s3-aws-region.amazonaws.com/mynewbucket
http: //mynewbucket.s3-aws-region.amazonaws.com
What is Kineses used for
Streaming large amounts of data into the cloud
Consume Big Data
What is RedShift for
Business Intelligence
What is Elastic Map Reduce for?
Big data processing
What is Elastic Transcoder?
Media Transcoder in the cloud
Paid per minute of use and quality (resolution)
Transcoding presets are built in, so no guessing of settings.
What is Simple Workflow
AWS Workflow in the cloud
What are the WorkFlow Actors?
- Workflow starters - an application that can initiate the workflow
- Deciders - controls the flow of work. When a step is completed or failed, the decider controls what happens next.
- Activity workers - Carries out the work item
What is Athena
Amazon Athena is an interactive query service that makes it easy to analyze data directly in Amazon Simple Storage Service (Amazon S3) using standard SQL.