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
How to use AWS CloudFormation templates to automate solutions inside Amazon AWS
0 367 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
Agile Methodology in Project Management
0 166 0In this video, you will gain an understanding of Agile and Scrum Master Certification terminologies and concepts to help you make better decisions in your Project Management capabilities. Whether you’re a developer looking to obtain an Agile or Scrum Master Certification, or you’re a Project Manager/Product Owner who is attempting to get your product or … Continue reading Agile Methodology in Project Management
JavaScript for C# Developers – September 24, 2014
0 495 3Is JavaScript worth taking the time to learn if I’m a server-side .NET developer? How much of C# carries over to JavaScript? In this recorded video from Dan Wahlin’s webinar on September 24,2014, Dan answers these questions and more while also discussing similarities between the languages, key differences, and the future of JavaScript (ES6). If … Continue reading JavaScript for C# Developers – September 24, 2014