EIC Endpoint: EC2 Instance access simplified
Stovl Consulting, a wholly owned subsidiary of Eximietas Design
Your runway to the cloud
Authors:?Sangita Sahoo, Solution Architect, Stovl Consulting
Saravanan Mani, VP Technology, Stovl Consulting
?AWS offers two key services to access/manage EC2 Instances from a public address space into the VPC over the internet:
Securely accessing a private subnet over the internet was either expensive or fraught with operational overhead. To simplify this process, AWS launched EIC Endpoint.
EC2 Instance access options from AWS Console:??
EC2 Instance Connect uses IAM credentials to push ephemeral SSH keys to an instance making long-lived keys unnecessary.
SSM?uses IAM for authentication and authorization. It is agent-based connectivity to the instance and doesn’t require opening any inbound port, maintaining the bastion host, or managing SSH keys.
To access the instance present in a public subnet, public IP address is required whereas to access the instance present in the private subnet, Bastion host and NAT Gateway are required.?
What is the EIC Endpoint??
In June-2023, Amazon launched a new feature called EIC Endpoint: EC2 Instance Connect Endpoint. It is available as an option in the ‘Connection Type’ in EC2 Instance Connect in the console.
With EIC Endpoint, you are no longer needed IGW in your VPC, a public IP address, bastion host, or any agent to connect to the resource. ?
More about EIC Endpoint:?
Specification:
Advantages: ?
Limitation:
Conclusion: ?
EIC Endpoint provides a secure connection to the instance present in a private subnet via SSH / RDP without the public IP address. It is best suited when your requirement demands security and?cost optimization.?