Changing the Instance EC2 Type in Amazon Web Services with Mike Pfeiffer

Changing the Instance EC2 Type in Amazon Web Services with Mike Pfeiffer
Video Transcription:
It’s common while working in AWS is the need to change in instance type for your EC2 Instance to meet the demand for the application. For example, your AWS Instance needs more resources such as CPU and more memory.
Looking at this Linux Instance it’s actual stopped at the moment but as you can see, it’s a t2.micro which means it has a little bit of CPU power and a little bit of memory.
The Instance Type Page is where you can figure identify the types of instance you have and also look for new Instance options.
On this page AWS.amazon.com under the Instance Types you can see the t2.micro has 1 CPU, 1 virtual CPU (vCPU) and 1gig of memory. Now we need something more robust than this.
For example, if we scroll down and look at the M4 Series. These are the “General Purpose” Instance Types and you can see these have a more resources. The m4.xlarge has 4 vCPUs and 16gigbytes or memory.
Let say that we decide that our application has more demand now and I need to change the instance type to an m4.xlarge.
To do this, we’ll go back to the EC2 Console and the first thing we’ll need to do is stop the EC2 Instance which it is already stopped in this example. To stop it, right-click on the Instance, go to Instance State and click stop.
Now that the Instance is stopped, we can right-click, select Instance Settings and select Change Instance Type.
From the drop down list we’ll select the m4.xlarge Instance Type and click Apply.
And now I can start the Instance. I’ll right-click on it and select Start.
After we click YES, the Instance is now starting up with the new xlarge Instance Type.
Notice under the Instance Type column, we’re now running m4.xlarge and now this Instance has all the previous data as well as a lot more memory and a lot more CPU power.
Mike Pfeiffer teaches Amazon AWS and Microsoft Azure training at Interface Technical Training.
His instructor-led classed can be attend online with RemoteLive™.
You May Also Like
Amazon Web Services, AWS, AWS Architecture, EC2, Instance Types, Instances, M4 xlarge, t2.micro
A Simple Introduction to Cisco CML2
0 3804 0Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2
Configuring Windows Mobility Center and How to Turn it On and Off
1 1434 1Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off
How to use AWS CloudFormation templates to automate solutions inside Amazon AWS
0 380 0In the AWS Class here at Interface, we actually build fully automated solutions with AWS CloudFormations. Here’s an overview of using AWS templates using CloudFormation. CloudFormation is basically an “infrastructure-as-code tool” where you can go into a declarative document and define all the resources that you want and feed the document into the CloudFormation … Continue reading How to use AWS CloudFormation templates to automate solutions inside Amazon AWS