https://github.com/kananinirav/ec2-with-ruby-cloudformation
EC2-with-ruby-cloudformation
https://github.com/kananinirav/ec2-with-ruby-cloudformation
aws cloudformation-template ruby ruby-on-rails vpc
Last synced: about 2 months ago
JSON representation
EC2-with-ruby-cloudformation
- Host: GitHub
- URL: https://github.com/kananinirav/ec2-with-ruby-cloudformation
- Owner: kananinirav
- License: mit
- Created: 2022-05-08T09:57:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T07:43:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T16:48:08.642Z (about 1 year ago)
- Topics: aws, cloudformation-template, ruby, ruby-on-rails, vpc
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EC2-with-ruby-cloudformation
To make deploying a Ruby on Rails project as easy as possible as fast with creating a secure environment, this project chose Amazon CloudFormation to document a Ruby on Rails stack from start to finish.
We are creating following resources :
1. VPC
2. Internet Gateway
3. Subnets ( Prublic and Private )
4. Route table for Subnets
5. NAT Gateway for private Subnet
6. EC2 with Ruby installationa using RVM and Cloudformation Init ( ubuntu 20.04 instance )
There may be issues deploying a particular Rails project using this template, so please fork the project, create changes.
This template is completely free to use, however, Amazon may charge for the use of resources created with it. This template uses the following cost-related services: EC2 and data transfer
**For More Details** : https://blog.devgenius.io/create-an-ec2-instance-with-ruby-installation-using-aws-cloudformation-abc5aa8da0c8