An open API service indexing awesome lists of open source software.

https://github.com/terminal127/aws_terraform_integration


https://github.com/terminal127/aws_terraform_integration

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Terraform AWS Infrastructure

This repository contains Terraform code to create an AWS EC2 instance with a specific security group.

## Prerequisites

Before you begin, ensure you have the following prerequisites:

- [Terraform](https://www.terraform.io/downloads.html) installed on your local machine.
- AWS credentials configured on your machine (e.g., AWS access key and secret key).

## Getting Started

Follow these steps to create the infrastructure using Terraform:

1. Clone this repository to your local machine:

```bash
git clone https://github.com/yourusername/terraform-aws-infrastructure.git
terraform init
terraform plan
terraform apply
terraform destroy