Skip to content

Instantly share code, notes, and snippets.

@liamg
liamg / gist:6638ff00a9c73684663fdeabee22748a
Created July 21, 2021 13:18
Complete List of All Current AWS IAM Actions
a4b:ApproveSkill
a4b:AssociateSkillWithSkillGroup
a4b:AssociateSkillWithUsers
a4b:CompleteRegistration
a4b:CreateAddressBook
a4b:CreateBusinessReportSchedule
a4b:CreateConferenceProvider
a4b:CreateContact
a4b:CreateGatewayGroup
a4b:CreateNetworkProfile
@mikepfeiffer
mikepfeiffer / stress.sh
Created January 27, 2019 21:05
Install Stress Utility on Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
@phrawzty
phrawzty / S3_as_Yum_repo.md
Last active November 10, 2023 19:20
Use S3 as a Yum repo

S3 as Yum repo

There are two parts to this:

  • Managing access to non-public S3 resources.
  • Building RPM repositories in an automated, deterministic way that Yum can use.

Environment

In general, a CentOS 7 x86_64 box in AWS EC2; in specific, this Packer profile.