General Flashcards
Learn General Technical points (43 cards)
What 3 AWS services can be used to manage/automate code changes to AWS workloads?
AWS CodeCommit
AWS CodeDeploy
AWS CodePipeline
What does AWS Config do?
Allows you to record and evaluate changes to your resources
What 5 AWS services support detective work? (CCCSG)
Cloudtrail Cloudwatch Config S3 Glacier
What are the 3 steps to securing your 3 tier app?
Allow HTTP/HTTPS traffic to the web server
Allow only SSH traffic on App server
Allow only App Server access on Database server
What 3 services are good for a stateless architecture?
RDS
Elasticache
DynamoDB
What 4 services are good for a serverless architecture?
API Gateway
Lambda
S3
DynamoDB
What is Redis Auth used for?
Security
What are 3 acceptable sources for a security group?
Specific IP
CIDR block
Another Security Group id
Which load balancer provides a static IP address which can be whitelisted by clients?
Network Load Balancer
What is Cloudfront Origin Access Identity
A Special Cloudfront user associated with your distribution
What is a signed url?
A url with an expiration dat, used with Cloudfront for accessing S3
What is a better option over Cloudfront if the data changes often?
S3 Cross region replication
Is FTP, TCP or UDP?
TCP
What is RTO?
Recovery time objective - Time it takes for a service to recover
What is RPO?
Recovery Point Objective - Acceptable amount of data loss in time before disaster occurs
How does your application securely connect to RDS?
SSL, not encrypted keys
What 4 options be a Route53 alias?
S3 static site
ELB
Cloudfront
Elastic BEanstalk
What is the difference between an Availability Zone and a Region?
A Region is a specific geographical area
An Availability Zone is an isolated location within a region
What is the availability of S3, S3-IA and S3-RRS?
99.99%
What is the availability of S3 One-Zone IA?
99.5%
Are EC2 instances limited to 20 per region or AZ?
per region
What is Direct Connect?
A dedicated line between your on-premise data center and AWS that does not involve the internet.
What does Security Token Service do?
Grants user limited and temporary access to AWs resources using Federation
What are the 3 steps to setup STS to authenticate users against active directory?
Develop Identity Broker to communicate with LDAP and AWS STS
Make Identity Broker communicate with LDAP first, then AWS STS
Then provide App with temp access to resources.