AWS
Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services.
Development
List EC2 instances
ec2:readRetrieves running and stopped instances.
Start instance
ec2:writeStarts stopped EC2 instances.
Stop instance
ec2:writeStops running EC2 instances.
List S3 buckets
s3:readGets available S3 storage buckets.
List S3 objects
s3:readRetrieves objects in buckets.
Get CloudWatch metrics
cloudwatch:readFetches monitoring metrics.
List Lambda functions
lambda:readGets serverless functions.
Invoke Lambda
lambda:writeExecutes Lambda functions.
List RDS instances
rds:readRetrieves database instances.