Using Console
Using CLI
<instance_id>
with the ID of the EC2 instance you want to check, <start_time>
with the start time of the period you want to check, and <end_time>
with the end time of the period you want to check.
<instance_id>
with the ID of the EC2 instance you want to modify and <instance_type>
with the new instance type you want to use.
<auto_scaling_group_name>
with the name of the auto-scaling group you want to modify, <min_size>
with the minimum number of instances you want to have in the group, <desired_capacity>
with the desired number of instances you want to have in the group, and <max_size>
with the maximum number of instances you want to have in the group.
Using Python