-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy VPC components to create private EC2 instance in AWS cloud #1
Comments
Do we need to specify Router flow or it's understandable? |
Route Table need not to be included in the architecture. Its understandable as per the requirement. |
you could add these to your ssh config (~/.ssh/config) and then connect directly to your instance in private subnet
To login to the bastion_host from your laptop: ssh bastion_host To login to the private machine from your laptop using the bastion_host: ssh securehost keep learning & improving |
I have completed the task. [ec2-user@ip-172-32-1-100 ~]$ ssh 172.32.2.98
https://aws.amazon.com/amazon-linux-2/ |
|
Done the task. |
Deployment:
Please create private EC2 instance with "t2.micro" type in AWS cloud and the required dependency resources to connect to the private EC2 server as per the architecture shown above.
Verification:
Login to AWS EC2 instance deployed into Private Subnet.
The text was updated successfully, but these errors were encountered: