exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 67 discussion

Exam question from Amazon's AWS-SysOps
Question #: 67
Topic #: 1
[All AWS-SysOps Questions]

A user is trying to setup a scheduled scaling activity using Auto Scaling. The user wants to setup the recurring schedule. Which of the below mentioned parameters is not required in this case?

  • A. Maximum size
  • B. Auto Scaling group name
  • C. End time
  • D. Recurrence value
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
When you update a stack with an Auto Scaling group and scheduled action, AWS CloudFormation always sets the min size, max size, and desired capacity properties of your Auto Scaling group to the values that are defined in the AWS::AutoScaling::AutoScalingGroup resource of your template, even if a scheduled action is in effect.
Auto Scaling based on a schedule allows the user to scale the application in response to predictable load changes. The user can also configure the recurring schedule action which will follow the Linux cron format. If the user is setting a recurring event, it is required that the user specifies the Recurrence value (in a cron format., end time (not compulsory but recurrence will stop after this. and the Auto Scaling group for which the scaling activity is to be scheduled.
Reference:
http://docs.aws.amazon.com/es_es/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Finger41
7 months, 4 weeks ago
Selected Answer: C
Must: Name Start Time Only one of these values need to be adjusted to create an instance: Desired Capacity Min Max Recurrence is set as Once by default, however if you adjust to x times, you will can enter an end date along with the start date, but not required. But if end time is not specified, then the instances will remain https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html
upvoted 1 times
...
Ivanyan
9 months ago
Selected Answer: C
https://docs.aws.amazon.com/es_es/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html
upvoted 1 times
...
Favour_O
1 year, 5 months ago
C. End Time is not required... { "Resources":{ "ScheduledActionOut":{ "Type":"AWS::AutoScaling::ScheduledAction", "Properties":{ "AutoScalingGroupName":{ "Ref":"myASG" }, "MaxSize":"10", "MinSize":"5", "Recurrence":"0 7 * * *" } }, "ScheduledActionIn":{ "Type":"AWS::AutoScaling::ScheduledAction", "Properties":{ "AutoScalingGroupName":{ "Ref":"myASG" }, "MaxSize":"1", "MinSize":"1", "Recurrence":"0 19 * * *" } } } }
upvoted 3 times
...
Drey
1 year, 5 months ago
https://docs.aws.amazon.com/es_es/AWSCloudFormation/latest/UserGuide/aws-resource-as-scheduledaction.html Required: AutoScalingGroupName Conditional: DesiredCapacity MaxSize MinSize Not Required: EndTime Recurrence StartTime
upvoted 3 times
Drey
1 year, 5 months ago
C and D is not required. MaxSize is not required if it already has DesiredCapacity or MinSize.
upvoted 2 times
...
...
RicardoD
1 year, 6 months ago
A is the answer I have checked in the console and you can provide at least one value for Desired, Min, or Max Capacity (B) ASG Name is mandatory (C) End time is mandatory (D) Recurrence is mandatory
upvoted 1 times
...
hussainbh
1 year, 6 months ago
Start Time [required/optional]: The time when the scaling action should occur. End Time [required/optional]: The time when the scaling action should end. This value applies only when Recurrence is set as well. Otherwise it will be skipped. Answer is C
upvoted 2 times
...
NoCrapEva
1 year, 6 months ago
C: There is NO mention of using either Cloudfront or a Cloudfront stack. Therefore you need to focus on the question which only refers to AutoScaling...
upvoted 1 times
...
onlinebaba
1 year, 6 months ago
A It's recurrence, which means everything has already been set up, just update your CRON with the schedule
upvoted 2 times
...
gretch
1 year, 6 months ago
C https://jayendrapatil.com/aws-auto-scaling/
upvoted 1 times
...
dennismp
1 year, 6 months ago
C. End time is optional. Start time and occurrence value are must
upvoted 1 times
...
awscertified
1 year, 6 months ago
C. End time
upvoted 2 times
...
tetural
1 year, 6 months ago
Answer is C, Provide at least one of Min, Max and Desired Capacity
upvoted 3 times
...
drpks
1 year, 7 months ago
Ans A is right. Specify the size of the group using at least one of the following values: Min, Max, or Desired Capacity. https://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html
upvoted 2 times
badrobot
1 year, 6 months ago
Answer is C, check ASG> scheduled Action. Min, Max and Desired Capacity plus recurrence/cron required.
upvoted 2 times
...
...
newbie2019
1 year, 7 months ago
C, end time.
upvoted 2 times
...
kkwang
1 year, 7 months ago
The ans is C. End Time - not compulsory but recurrence will stop after this.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago