From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Connect to an EC2 instance with AWS Systems Manager - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
Connect to an EC2 instance with AWS Systems Manager
- [Instructor] So, we've been able to connect to our instance via SSH, but it's not the most secure thing. Having port 22 open to the world means that any attacker can try to SSH to our machine and gain access. Now of course, they won't have a key to get in, but it would just be more secure if we didn't have that port open at all. In order to connect to this instance without the use of SSH, we're going to use a service called AWS Systems Manager. Now, Systems Manager is a whole service unto itself, which you can reach through the selection here or by searching Systems Manager. And if you look around, you'll see it has all kinds of features for managing fleets of systems. You can use it to install packages on instances, do other kinds of en masse configuration, and we're going to use this later actually when we need to install the CodeDeploy agent on some instances. But for right now, to let Systems Manager help us access our machine, all we need to do is go back to the home console…
Contents
-
-
-
-
(Locked)
Create an AWS EC2 instance9m 43s
-
(Locked)
Connect to an EC2 instance with AWS Systems Manager5m 32s
-
(Locked)
Understanding AWS CloudFormation4m 29s
-
(Locked)
Writing an AWS CloudFormation template14m 31s
-
(Locked)
Running an AWS CloudFormation template5m 34s
-
(Locked)
Concepts for updating an AWS CloudFormation stack1m 9s
-
(Locked)
Practice updating AWS CloudFormation stacks via change sets10m 20s
-
(Locked)
Challenge: Use CloudFormation to build an instance with SSM1m 7s
-
(Locked)
Solution: Use CloudFormation to build an instance with SSM7m 9s
-
(Locked)
Understanding AWS CloudFormation custom resources1m 44s
-
(Locked)
Create an AWS CloudFormation custom resource, part 116m 16s
-
(Locked)
Create an AWS CloudFormation custom resource, part 25m 17s
-
(Locked)
CloudFormation teardown54s
-
(Locked)
-
-
-
-
-
-