Udemy Test 1 Flashcards
EFS issue resulted in the poor performance of the application that reads and writes data into the file system.
What step should the SysOps administrator perform to resolve the high PercentIOLimit metric on the file system?
Build a new EFS file system that is configured with Max I/O performance mode. Utilize AWS DataSync to migrate data to the newly created EFS file system.
As the user visits grow, the IT department decides to implement a caching service for faster database performance and to maintain high availability for the RDS instance.
Which combination of steps should the SysOps admin perform to accomplish the requirement?
Utilize Amazon ElastiCache for Redis data store to support the demands of the database.
- Activate Multi-AZ deployment for the data store.
Does multi-az support in-memory cache service like Amazon ElastiCache for Memcached data store
No it does not
Users started to report that they are being served with the desktop version of the website when using mobile phones.
Which action can help the SysOps administrator resolve the issue?
Update the CloudFront distribution origin settings. Add a User-Agent header to the list of origin custom headers.
configure CloudFront to forward one or more of the following headers to your custom origin if you cache based on the device the user is using
- CloudFront-Is-Desktop-Viewer
- CloudFront-Is-Mobile-Viewer
- CloudFront-Is-SmartTV-Viewer
- CloudFront-Is-Tablet-Viewer
Can you set the cache behavior of the CloudFront distribution to forward the User-Agent header?
No, this is configured in the Origin Custom Headers setting. Not the CF distribution.
CreationPolicy attribute supported resources
AWS::AutoScaling::AutoScalingGroup, AWS::EC2::Instance, and AWS::CloudFormation::WaitCondition.
What is CreationPolicy attribute?
Use attribute when you want to wait on resource configuration actions before stack creation proceeds.
DependsOn attribute
you can specify that the creation of a specific resource follows another.
When you add a DependsOn attribute to a resource, that resource is created only after the creation of the resource specified in the DependsOn attribute.
Can you modify the existing EFS file system configuration and activate Max I/O performance mode?
you can’t change the performance mode configuration of an EFS file system right away. You need to migrate the data to another file system configured with your desired performance mode.
Nested Stacks are used when
infrastructure grows, common patterns can emerge in which you declare the same components in multiple templates.
Nested stacks are stacks created as part of other stacks. You create a nested stack within another stack by using the AWS::CloudFormation::Stack resource. Nested stacks can themselves contain other nested stacks, resulting in a hierarchy of stacks.
Users are directed to the AWS region nearest to them
Set up a Route 53 Geoproximity routing policy to direct users to their closest region.
Latency-based routing is primarily used to minimize end-user latency. Not use to route to closest region.
Configuring VPC site to site
On VGW - add the customer on-premise subnet route as destination.
On CGW- Add AWS VPC subnet as destination.
How to automatically encrypting newly created EBS volumes?
You can configure your AWS account to enforce the encryption of the new EBS volumes and snapshot copies that you create.
Default only applies to specific AWS regions.
Example is when EC2 instance is created.
AWS Config only encrypts the existing ebs volumes with encrypted-volume option.
AWS Budgets VS Billing Alarm
AWS Budgets gives you the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount.
set reservation utilization or coverage targets and receive alerts when your utilization drops below the threshold you define.
Amazon CloudWatch Billing Alarm - although you can use this to monitor your estimated AWS charges and specified thresholds, this service still does not allow you to set coverage targets and receive alerts when your utilization drops below the threshold you define.