AppStream 2.0 Assign Elastic IP

0

Is it possible to assign an elastic IP to an AppStream instance? Interested for both streaming instances and image builder instances.

It seems that they are automatically assigned when the instances are in public subnets, with no way to use an already provisioned elastic IP.

AWS
asked 2 years ago615 views
2 Answers
2

As a best practice, we recommend you deploy your image builder and fleet instances in private subnets. This means each fleet instance will access the internet via a corresponding NAT gateway. Each NAT gateway has an elastic IP address that doesn't change.

AppStream 2.0 is non-persistent. After the session is ended, the underlying instance is terminated. I don't recommend editing network interfaces, as that is not a scalable solution.

profile pictureAWS
answered 2 years ago
  • In this case I needed a quick way to have a static IP on my Image Builder, so the accepted answer worked. But I agree, your answer is the "best practice"

1
Accepted Answer

can you see the nic in ec2 network interfaces page, if so it's worth reserving an elastic ip and trying to bind it outside of appStream if the image builder natively doesn't support static IP

AWS
Naren_G
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions