PrepAway - Latest Free Exam Questions & Answers

Category: AWS-SYSOPS

Exam AWS-SYSOPS: AWS Certified SysOps Administrator – Associate

What time out period should the user specify for connection draining?

A user has hosted an application on EC2 instances. The EC2 instances are configured with ELB and Auto Scaling.
The application server session time out is 2 hours. The user wants to configure connection draining to ensure
that all in-flight requests are supported by ELB even though the instance is being deregistered. What time out
period should the user specify for connection draining?

What entitlements do the IAM users avail with this policy?

An organization has created one IAM user and applied the below mentioned policy to the user. What
entitlements do the IAM users avail with this policy?
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: “ec2:Describe*”,
“Resource”: “*”
},
{
“Effect”: “Allow”
“Action”: [
“cloudwatch:ListMetrics”,
“cloudwatch:GetMetricStatistics”,
“cloudwatch:Describe*”
],
“Resource”: “*”
},
{
“Effect”: “Allow”,
“Action”: “autoscaling:Describe*”,
“Resource”: “*”
}]}


Page 19 of 33« First...10...1718192021...30...Last »