Premium

AWS Certified SysOps Administrator - Associate Questions and Answers (Dumps and Practice Questions)



Question : At period six, the value dips below the threshold, and the state reverts to

  : At period six, the value dips below the threshold, and the state reverts to
1. ALARM
2. OK
3. INSUFFICIENT_DATA

Correct Answer : Get Lastest Questions and Answer :
In the given figure, the alarm threshold is set to 3 and the minimum breach is 3 periods. That is, the alarm invokes its action only when the threshold is breached for 3 consecutive
periods. In the figure, this happens with the third through fifth time periods, and the alarm's state is set to ALARM. At period six, the value dips below the threshold, and the
state reverts to OK. Later, during the ninth time period, the threshold is breached again, but not for the necessary three consecutive periods. Consequently, the alarm's state
remains OK.






Question : It is not possible to create an AWS CloudFormation template from existing AWS resources in your account.

  : It is not possible to create an AWS CloudFormation template from existing AWS resources in your account.
1. False, you can use CloudFormer tool
2. True, you should write templates from scratch
3. False, it is not possible if you dont have the JSON file.
4. True, you should use sample templates

Correct Answer : Get Lastest Questions and Answer :

Explanation: CloudFormer is a tool that creates an AWS CloudFormation template from existing AWS resources in your account.







Question : In Amazon CloudFront, if you use Amazon S, you should select "Off" for the value of "Cookie Logging", because __________________.

  : In Amazon CloudFront, if you use Amazon S, you should select
1. Amazon S3 has security problem with Cookies.
2. CloudFront cannot log cookies when you use Amazon S3
3. Amazon S3 doesn't process cookies
4. CloudFront cannot find Amazon S3 when Cookie logging is On.

Correct Answer : Get Lastest Questions and Answer :

Explanation: S3 doesn't process cookies, so Amazon recommends that you select "Off" for the value of Cookie Logging.




Related Questions


Question : A user has created a VPC with the public and private subnets using the VPC wizard. The VPC has CIDR
20.0.0.0/16. The public subnet uses CIDR 20.0.1.0/24. The user is planning to host a web server in the public subnet with port 80 and a DB server in
the private subnet with port 3306. The user is configuring a security group for the public subnet WebSecGrp and the private subnet DBSecGrp.
Which of the below mentioned entries is required in the private subnet database security group DBSecGrp.?
 : A user has created a VPC with the public and private subnets using the VPC wizard. The VPC has CIDR
1. Allow Inbound on port 3306 for Source Web Server Security Group WebSecGrp.
2. Allow Inbound on port 3306 from source 20.0.0.0/16
3. Access Mostly Uused Products by 50000+ Subscribers
4. Allow Outbound on port 80 for Destination NAT Instance IP



Question : A user has created a VPC with CIDR .../ using the wizard. The user has created public and VPN only subnets along with hardware VPN
access to connect to the user's data centre. The user has not yet launched any instance as well as modified or deleted any setup. He wants to
delete this VPC from the console. Will the console allow the user to delete the VPC?
 : A user has created a VPC with CIDR .../ using the wizard. The user has created public and VPN only subnets along with hardware VPN
1. Yes, the console will delete all the setups and also delete the virtual private gateway
2. No, the console will ask the user to manually detach the virtual private gateway first and then allow deleting the VPC
3. Access Mostly Uused Products by 50000+ Subscribers
4. No, since the NAT instance is running



Question : What is the below cloudwatch command mean

Prompt>aws cloudwatch put-metric-alarm --alarm-name lb-mon --alarm-description "Alarm when Latency exceeds 100ms" --metric-name Latency
--namespace AWS/ELB --statistic Average --period 60 --threshold 100 --comparison-operator GreaterThanThreshold
--dimensions Name=LoadBalancerName,Value=my-server --evaluation-periods 3 --alarm-actions arn:aws:sns:us-east-1:1234567890:my-topic --unit Milliseconds

  : What is the below cloudwatch command mean
1. To send an Amazon Simple Notification Service email message when LoadBalancer Latency Exceeds 100 milliseconds and 100 times
2. To send an Amazon Simple Notification Service email message when LoadBalancer Latency Exceeds 100 milliseconds and 10 times
3. Access Mostly Uused Products by 50000+ Subscribers


Question : What is the below cloudwatch command mean

Prompt>aws cloudwatch put-metric-alarm --alarm-name ebs-mon --alarm-description "Alarm when EBS volume exceeds 100MB throughput"
--metric-name VolumeReadBytes --namespace AWS/EBS --statistic Average --period 300 --threshold 100000000 --comparison-operator GreaterThanThreshold
--dimensions Name=VolumeId,Value=my-volume-id --evaluation-periods 3 --alarm-actions arn:aws:sns:us-east-1:1234567890:my-alarm-topic
--insufficient-data-actions arn:aws:sns:us-east-1:1234567890:my-insufficient-data-topic

  : What is the below cloudwatch command mean
1. Command has syntex error.
2. To send an Amazon Simple Notification Service email message when EBS exceeds 100 MB throughput
3. Access Mostly Uused Products by 50000+ Subscribers


Question :
Correct use cases of the Amazon Glacier is :

  :
1. Offsite Enterprise Information Archiving
2. Archiving Media Assets
3. Access Mostly Uused Products by 50000+ Subscribers
4. Magnetic Tape Replacement
5. All of the above



Question :
Your web application front end consists of multiple EC2 instances behind an Elastic Load Balancer.
You configured ELb to perform health checks on these EC2 instances. If an instance fails to pass health checks, which statement will be true?

  :
1. The instance is replace automatically by the ELB.
2. The instance gets terminated automatically by the ELB.
3. Access Mostly Uused Products by 50000+ Subscribers
4. The instance gets quarantined by the ELB for root cause analyis