aws

AWS RDS IAM Policy for Read Only Access and DB Logs Download

{ “Version”: “2012-10-17”, “Statement”: [ { “Action”: [ “rds:Describe*”, “rds:ListTagsForResource”, “rds:Download*”, “ec2:DescribeAccountAttributes”, “ec2:DescribeAvailabilityZones”, “ec2:DescribeSecurityGroups”, “ec2:DescribeVpcs” ], “Effect”: “Allow”, “Resource”: “*” }, { “Action”: [ “cloudwatch:GetMetricStatistics”, “logs:DescribeLogStreams”, “logs:GetLogEvents” ], “Effect”: “Allow”, “Resource”: “*” } ] }

Setup AWS Cloudwatch Memory and Drive Monitoring on RHEL

Download Scripts https://aws.amazon.com/code/8720044071969977 Install Prerequisite Packages sudo yum install wget unzip perl-core perl-DateTime perl-Sys-Syslog perl-CPAN perl-libwww-perl perl-Crypt-SMIME perl-Crypt-SSLeay Install LWP Perl Bundles Launch cpan sudo perl -MCPAN -e shell Install Bundle install Bundle::LWP6 LWP YAML Install Script wget http://aws-cloudwatch.s3.amazonaws.com/downloads/CloudWatchMonitoringScripts-1.2.1.zip unzip CloudWatchMonitoringScripts-1.2.1.zip -d /opt rm -f CloudWatchMonitoringScripts-1.2.1.zip Setup Credentials API Access Key (Option 1) This is …

Setup AWS Cloudwatch Memory and Drive Monitoring on RHEL Read More »

Scroll to Top