Skip to content

oz-cloudtools-meetup/secure-ec2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securing EC2 instances - the basics and more

EC2 instances are the backbone of AWS infrastructure. Many of the things we do in AWS are based on EC2 instances behind the hood.

Today, we're going to set up a web application which connects to an RDS (Relational Database Service), and secure it using network ingress and egress rules. These rules control traffic in and out of instances.

At the end of the workshop, we'll have an Internet-accessible web application which connects to a private RDS instance. We will also have learned how to use network ingress and egress rules to control traffic.

Thank you to Alice Jenkinson, Robert W. McLeod, Gary Wib, and the organisers of the Melbourne AWS Programming and Tools meetup for assistance, debugging, and testing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.3%
  • HTML 44.7%