AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Aws Security

skill-redhatproductsecurity-prodsec-skills-aws-security · by RedHatProductSecurity

>

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-redhatproductsecurity-prodsec-skills-aws-security

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-redhatproductsecurity-prodsec-skills-aws-security)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aws Security? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AWS Security

General AWS Requirements

These apply to all AWS services (e.g., ElastiCache, RDS, MSK).

Logging and Auditing

  • Enable AWS CloudTrail to log all API and user activity
  • Ensure CloudTrail logs are stored in a protected S3 bucket with versioning and encryption

Network Security

  • Deploy services in a VPC with security groups and network ACLs that restrict traffic to only required ports and sources
  • Restrict security group rules to the minimum required ports and source IPs
  • Use private subnets for services that do not need Internet-facing access

IAM

  • Create individual IAM accounts for each person managing AWS resources; never use root credentials
  • Grant each user the minimum set of permissions required for their duties
  • Use IAM groups to manage permissions for multiple users
  • Rotate IAM credentials regularly
  • Never put sensitive identifying information (customer account numbers, PII) in free-form IAM fields such as Name

Amazon RDS Security

Encryption

  • Encrypt data in transit using SSL/TLS connections
  • Encrypt database storage and backups at rest using AWS KMS

Credential Management

  • Do not use the master credentials created during instance setup; they use the public schema without fine-grained permissions
  • Create application-specific database users with least-privilege grants
  • Configure AWS Secrets Manager to automatically rotate database credentials

Patching and Access

  • Use RDS versions that do not have known security vulnerabilities; apply patches promptly
  • Restrict access using security groups that allow only specific IP addresses or EC2 instances
  • Create individual IAM users for each person managing RDS; never use root

Amazon ElastiCache / Redis

For detailed Redis and ElastiCache security guidance (authentication, encryption, ACLs, network isolation), see the dedicated skill: [redis-elasticache-security](../redis-elasticache-security/SKILL.md). Apply the General AWS Requirements above (IAM, VPC, CloudTrail) to all ElastiCache deployments.

Implementation Checklist

  • [ ] CloudTrail is enabled and logging to a protected S3 bucket
  • [ ] All services are deployed in a VPC with security groups and NACLs
  • [ ] Individual IAM users are created; root credentials are not used
  • [ ] IAM permissions follow least privilege; IAM groups are used
  • [ ] IAM credentials are rotated on a schedule
  • [ ] RDS connections use SSL/TLS
  • [ ] RDS storage and backups are encrypted with KMS
  • [ ] Application-specific DB users are created (master credentials not used by apps)
  • [ ] AWS Secrets Manager rotates database credentials
  • [ ] RDS versions are patched and current
  • [ ] No sensitive data in free-form IAM fields

References

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.