High Availability Ec2 instance

0

Hi,

I am using FSX ONTAP as shared folder for Ec2 instance hosted by Auto Scaling group. In ASG , it has been defined to use only 1 instance.

In ASG , a per-configured image which has a drive mapped to FSX is used.

Do we need to do any other settings for ASG to work ?

regards Chetan

Chetan
已提问 2 个月前113 查看次数
1 回答
0

Hello Chetan, I hope you doing well I believe you are right

Step 1: Create a new launch template

A launch template contains the parameters required that an Auto Scaling group uses to launch EC2 instances.

To complete this step, go to the Amazon EC2 console and go to Launch Templates in the left pane under the Instances section.

Follow the steps in our documentation under creating a launch template for an Auto Scaling group.

In the Advanced details section of the wizard, make sure you select the IAM role you created in Part A – Step 2 of this post containing the permissions to allow the operation to succeed.

(https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html)

Step 2: Create a new Auto Scaling group from the launch template

To finalize with the implementation, create an Auto Scaling group with these steps:

Go to Auto Scaling groups in the left pane of your Amazon EC2 console and choose Create Auto Scaling group.
Provide a unique name for your Auto Scaling group.
Select the launch template you created in the previous step.

You can configure the Auto Scaling group based on your needs by selecting the network configuration, scaling policies, and notifications in the case that Auto Scaling adds or terminates an instance. For further details, see creating an Auto Scaling group using a launch template.

AWS
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则