Skip to content

This bash script can be used to find out total number of VCpus used in the region where any EC2 instance is running or stopped.

License

Notifications You must be signed in to change notification settings

mrsatya21/Total-Vcpus-used-Per-Region

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Total-Vcpus-used-Per-Region

This bash script can be used to find out the total number of VCpus used in the region where any EC2 instance is running or stopped.

Only to be used in AWS CLOUD

This is a Shell Script, that can be used to find out the total VCpu used in all the regions.

It sometimes becomes tricky to find out the number of VCpus consumed in any given region and due to this, you may get the error VCpu limit exhausted while launching an EC2 instance. You can make use of this script to find out the total consumed VCpus in any region.

  1. Download or Clone the script from github repository.

    git clone https://github.com/mrsatya21/Total-Vcpus-used-Per-Region.git
  2. Go to the directory Total-Vcpus-used-Per-Region where you have downloaded or cloned the repository.

    cd Total-Vcpus-used-Per-Region
  3. Change the permission -

    chmod +x total_VCpu_Per_Region.sh 
  4. Run the shell script -

    ./total_VCpu_Per_Region.sh 

NOTE - It is necessary to install and configure AWS CLI before using this script.

About

This bash script can be used to find out total number of VCpus used in the region where any EC2 instance is running or stopped.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages