Skip to content

This application will login to your EC2 instance start it up, determine the ip address, add it to a security group you specify and launch Remote Desktop (RDP) to log in to the account. The application will also shutdown an instance if you would like.

License

CodeFork/AWS-EC2-Login-Start-Stop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-EC2-Login-Start-Stop

This application will login to your ec2 instance start it up, determine the IP address of the EC2 instance, determine your IP address and add it to a security group you specify and launch Remote Desktop (RDP) to log in to the account. The application will also shutdown an instance if you would like.

App.config - File to add your AWS parameters (Access Key, Secret Key, EC2 instance ID, AWS Region of EC2 instance, Security group ID and RDP parameters)

Program.cs - Main method for the command-line applciation.

EC2_Instances.cs - Methods to Start, Stop an EC2 instance. Retrieve EC2 instance IP address, and your own external IP address to add to the security group.

(Amazon Web Services)

About

This application will login to your EC2 instance start it up, determine the ip address, add it to a security group you specify and launch Remote Desktop (RDP) to log in to the account. The application will also shutdown an instance if you would like.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%