Skip to content

Commit

Permalink
[AWN-281292] Add line break before the note
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhasha committed Dec 8, 2023
1 parent 6dfff53 commit 2d3a214
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
16. On the "Launch Configuration" page, scroll down and click on the "Copy launch configuration" button.</br> <img src="/resources/aws/autoscaling/app-tier-launch-configurations-iam-roles/step16.png"/>
17. On the "Create launch configuration" page, scroll down and select the "IAM instance profile" from the dropdown under the Additional configuration.</br> <img src="/resources/aws/autoscaling/app-tier-launch-configurations-iam-roles/step17.png"/>
18. Click on the "Create launch configuration" button at the bottom to make the changes.</br> <img src="/resources/aws/autoscaling/app-tier-launch-configurations-iam-roles/step18.png"/>
19. Repeat steps number 8 - 18 to update App-Tier Auto Scaling launch configuration and attach a customer created App-Tier IAM role.</br>
19. Repeat steps number 8 - 18 to update App-Tier Auto Scaling launch configuration and attach a customer created App-Tier IAM role.</br></br>
Note: AWS has [officially announced](https://aws.amazon.com/blogs/compute/amazon-ec2-auto-scaling-will-no-longer-add-support-for-new-ec2-features-to-launch-configurations/) that they will be discontinuing support for AWS Launch Configurations, with the support end date set for December 31, 2023. It's recommended to migrate from a launch configuration to a launch template, following [these steps](https://docs.aws.amazon.com/autoscaling/ec2/userguide/migrate-to-launch-templates.html).
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
10. On the "Launch Configuration" page, scroll down and click on the "Copy launch configuration" button.</br> <img src="/resources/aws/autoscaling/launch-configuration-referencing-missing-security-groups/step10.png"/>
11. On the "Create launch configuration" page, scroll down and select the "Create a new Security group" option and open the Inbound ports as per the requirements.</br> <img src="/resources/aws/autoscaling/launch-configuration-referencing-missing-security-groups/step11.png"/>
12. Click on the "Create launch configuration" button at the bottom to make the changes.</br> <img src="/resources/aws/autoscaling/launch-configuration-referencing-missing-security-groups/step12.png"/>
13. Repeat steps number 8 - 12 to ensure that the launch configuration security group has not been deleted.</br>
13. Repeat steps number 8 - 12 to ensure that the launch configuration security group has not been deleted.</br></br>
Note: AWS has [officially announced](https://aws.amazon.com/blogs/compute/amazon-ec2-auto-scaling-will-no-longer-add-support-for-new-ec2-features-to-launch-configurations/) that they will be discontinuing support for AWS Launch Configurations, with the support end date set for December 31, 2023. It's recommended to migrate from a launch configuration to a launch template, following [these steps](https://docs.aws.amazon.com/autoscaling/ec2/userguide/migrate-to-launch-templates.html).
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
16. On the "Launch Configuration" page, scroll down and click on the "Copy launch configuration" button.</br> <img src="/resources/aws/autoscaling/web-tier-launch-configurations-iam-roles/step16.png"/>
17. On the "Create launch configuration" page, scroll down and select the "IAM instance profile" from the dropdown under the Additional configuration.</br> <img src="/resources/aws/autoscaling/web-tier-launch-configurations-iam-roles/step17.png"/>
18. Click on the "Create launch configuration" button at the bottom to make the changes.</br> <img src="/resources/aws/autoscaling/web-tier-launch-configurations-iam-roles/step18.png"/>
19. Repeat steps number 8 - 18 to update Web-Tier Auto Scaling launch configuration and attach a customer created App-Tier IAM role.</br>
19. Repeat steps number 8 - 18 to update Web-Tier Auto Scaling launch configuration and attach a customer created App-Tier IAM role.</br></br>

Note: AWS has [officially announced](https://aws.amazon.com/blogs/compute/amazon-ec2-auto-scaling-will-no-longer-add-support-for-new-ec2-features-to-launch-configurations/) that they will be discontinuing support for AWS Launch Configurations, with the support end date set for December 31, 2023. It's recommended to migrate from a launch configuration to a launch template, following [these steps](https://docs.aws.amazon.com/autoscaling/ec2/userguide/migrate-to-launch-templates.html).


Expand Down

0 comments on commit 2d3a214

Please sign in to comment.