Using EC2 Instance in a better way

0 votes
How to build better security for my EC2 instance so that the others are restricted from viewing my EC2 Instance?

What are the different options provided by AWS to implement it?
Jan 24, 2019 in AWS by Anjali
• 2,950 points
389 views

1 answer to this question.

0 votes

You have complete control over the visibility of your systems. You can choose whom the system is vissible and whom not.The Amazon EC2 security systems allow you to place your running instances into arbitrary groups of your choice. Using security groups can restrict the system to communicate with which other groups, and also which IP subnets on the Internet may talk to which groups. This allows you to control access to your instances in our highly dynamic environment. You can manage all the incoming and outgoing traffic to and from your instance by the help of security group and VPC and subnets. This way you can keep your EC2 instance private and away from the remaining world.

answered Jan 24, 2019 by ritwik

Related Questions In AWS

0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

answered Jan 29, 2019 in AWS by Priyaj
• 58,090 points
2,968 views
0 votes
1 answer

Using Shapely on AWS Lambda with Python 3

For some reason, the pip install of ...READ MORE

answered Oct 8, 2018 in AWS by Priyaj
• 58,090 points
2,602 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
+5 votes
4 answers

Facing rendering issue in AWS EC2 instance

Hey @Vanshika there could be many factors ...READ MORE

answered Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,077 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP