Skip to content

Terraform module lab. Instances deployed with tf modules and accessed with SSM

Notifications You must be signed in to change notification settings

leticiavalladares/tf-module-ssm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

tf-module-ssm

Requirements

Install the Session Manager plugin for the AWS CLI (to have access to the instances through the terminal)

macOS

curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/mac/session-manager-plugin.pkg" -o "session-manager-plugin.pkg"

sudo installer -pkg session-manager-plugin.pkg -target /
sudo ln -s /usr/local/sessionmanagerplugin/bin/session-manager-plugin /usr/local/bin/session-manager-plugin

Otherwise you can use Session Manager on the AWS Management Console.

Instances deployed without SSH

Providers

Name Version
aws 4.36.1

Modules

Name Source Version
demo2_ec2_instance ./ssm-ec2-module n/a
demo_ec2_instance ./ssm-ec2-module n/a

Resources

Name Type
aws_ami.my_ubuntu_image data source
aws_subnet.private data source
aws_vpc.talent_academy data source

Inputs

No inputs.

Outputs

Name Description
demo2_ec2_instance_id n/a
demo_ec2_instance_id n/a

About

Terraform module lab. Instances deployed with tf modules and accessed with SSM

Topics

Resources

Stars

Watchers

Forks

Languages