Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Need to install stress package on Amazon Linux

Dear Experts,
I am trying to install stress package on Amazon Linux but this package is not available it seems.
[[email protected] ~]$ sudo yum install stress -y
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
amzn2-core | 3.7 kB 00:00:00
No package stress available.
Error: Nothing to do
[[email protected] ~]$ yum list *stress*
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Installed Packages
containerd-stress.x86_64 1.4.1-2.amzn2 @amzn2extra-docker
[[email protected] ~]$ uname -a
Linux ip-172-31-8-167.ap-south-1.compute.internal 4.14.214-160.339.amzn2.x86_64 #1 SMP Sun Jan 10 05:53:05 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Kindly someone help me to install stress package on Amazon Linux.
I want to make 99% load on EC2 Test Machine.
Thanks