Duplicate Qualys Vulnerabilities for Auto-scaled servers

0

Hi Friends , Is there a way from AWS perspective to launch Auto Scaled servers with unique host name each time those are launched.

1 回答
1
已接受的回答

A common practice is to include the EC2 instance ID in the hostname, which provide uniqueness since instance IDs are unique within a region for an AWS account. Another approach is to use a combination of ASG tags and other instance details (like IP addresses or a random hash) to generate unique and descriptive hostnames.

Since the scenario is using ASG, one method could be to create an AWS Systems Manager State Manager association that sets a custom hostname on the instances. In your Auto Scaling group launch configuration or launch template, specify the Systems Manager association to be applied during instance launch.

profile pictureAWS
已回答 1 个月前

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

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

回答问题的准则