TD Exam 5 - Review Flashcards
What is the minimum billing duration for AWS Glue
1 minutes
Can AWS Batch automatically provision capacity for your batch jobs
Yes
Does step scaling use CloudWatch Alarms
Yes
What deos step scaling vary depending on
Size of alarm breach
What does simple scaling depend on
A SINGLE scaling adjustment
Is there such a thing as AWS Storage Gateway Hardware appliance
Yes
What do you do if you want to use Storage gateway with an app that does not run on virtualized stuff
Storage Gateway Hardware appliance
What kind of storage gateway do you need to use if you want SMB or NFS
File Gateway
What protocol is used by Storage gateway volume mode
iSCSI, it’s block devices
What does AppSync Gateway do
It offers an elegant server-side solution to aggregate data from multiple databases
What is edge-optimized API Gateway used for
With CloudFront
What can Transit Gateway use to make VPN more scalable
Equal Cost Multipath Routing, to do routing over multiple VPN tunnels
What is the max throughput of a VPN tunnel
1.25 Gbps
How many Virtual Private Gateways can VPCs have
One
Can you have more than 2 tunnels for a VPN
No
Will having a second Customer gateway device increase throughput of a VPN
No, only the redundancy
What does Aurora do during Failover if you have no standby and are not serverless
Attemps to create new instance in same AZ, best efforts
What happens during Aurora failover if you have a replica
CName flips to helathy relica. Around 30 s
What does Aurora do during Failover if you have no standby and are serverless
Aurora automatically recreate db in different AZ
What should you put in Route 53 to link an ALB
ALB DNS name
Can you create CNAME records for you zone Apex
No
Is data between EBS and EC2 encrypted if you use EBS encryption
Yes
Are snapshots encrypted automatically if you use EBS encryption
Yes
Are volumes created from encrypted EBS snapshots also encrypted
Yes
What do you use to configure instances without SSH and RDP if Systems Manager is enabled
Run Command
Should you use NACLs to deny access from a country
No, there is a lot of IPs in a country
What should you do to deny access from a Country
AWS WAF
What is Amazon Workspaces used for
Virtual Desktops
Are cloudtrail files encrypted by default
Yes, using SSE
Can EBS volumes be used when a snapshot is in progress
Yes
How does data load to a volume created from EBS snapshot
Lazily and in the background
Can Network firewall be used to inspect traffic entering and exiting a VPC
Yes
is Network Firewall stateless
No, it is stateful
Can you set lifecycle policy for 0 days in S3
Yes
Can you upload directly to Glacier
Yes, but not using the console
Using console, you can change storage class to glacier though
Can you specify public IPs for ALB
No
What do you need to point to onprem from ALB
PrivateLink or VPN
Does Network Load Balancer have weighted routing
No
What should you use if you need Real Time
Kinesis
What is AppSync
Serverless GraphQL and Pub/Sub API
Does AWS Trusted Advisor have Service Limits checks
Yes
What are CloudTrail Management events
Visibility into management events of AWS accounts
What are data events in CloudTrail
Resource operations
What polling does SQS use by default
Short Polling
How do you configure polling in SQS
ReceiveMessageWaitTimeSeconds
What value for ReceiveMessageWaitTimeSeconds means short polling
0
What value for ReceiveMessageWaitTimeSeconds means long polling
more than 0
What is false empty responses in SQS
You get an empty response when using short polling because not all servers are polled
How does long polling diminish the number of empty responses
By allowing SQS to wait for a message before sending a response, until timeout