Timed Mode Set 2 – AWS Certified Solutions Architect Associate Flashcards
In an SQS queue, is it possible to set priority for certain messages to be processed over another ?
You cannot set a priority to individual items in the SQS queue.
What is the best method to ensure certain sqs messages are processed over another?
Make 2 queues and configure messages from priority queue to be processed first then secondary queue.
What provides secure and centralized authentication mgmt of multiple AWS accounts? and can integrate with an existing identity provider?
AWS IAM Identity Center
What is the best option to transfer LARGE data into AWS from on prem, quickly and fastly?
AWS DataSync
What is the best way to allow/control access to multiple trusted S3 buckets?
-Endpoint policy for the S3 buckets
OR
-Bucket policy for the S3 buckets?
Endpoint Policy for the S3 buckets.
This is more efficient as you only need one policy (endpoint) vs creating a bucket policy for each and every bucket.
What should you use to store and encrypt the database credentials, API keys, and other secrets?
AWS Secrets Manager.
Does AWS Secrets Manager allow for automatic rotation of secrets?
Yes, AWS secrets manager auto rotates secrets BUT it needs to be enabled.
Which Load balancer operates at the IP address level?
Network Load Balancer
What two things are needed to host a routable, public static website in S3?
-A registered domain name
-S3 bucket name must be same as the domain (or subdomain) name