General Flashcards
Learn General Technical points
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