aws-setup

Configure AWS CLI SSO and sync TranslationService translations to S3.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/johwer/marketplace --skill aws-setup-johwer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-setup
Source: https://github.com/johwer/marketplace/tree/main/skills/aws-setup
Command: npx skills add https://github.com/johwer/marketplace --skill aws-setup-johwer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Set up AWS CLI SSO credentials for the repo and sync TranslationService translations to S3, enabling secure access and automated translation deployment.

Core Features & Use Cases

  • Configure AWS CLI with an SSO session and repo profile to streamline authentication for development and deployment tasks.
  • Sync TranslationService translations to an S3 bucket to keep localization assets up to date.
  • Use a lightweight, script-driven workflow to authenticate, verify credentials, and run translation synchronization in a repeatable manner.

Quick Start

Authenticate with AWS SSO using the repo profile and run the translations sync to the S3 bucket.

Frequently Asked Questions about aws-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up AWS CLI SSO for my development repository?

Configure an SSO session and a repository-specific profile to enable AWS CLI SSO. This provides secure, authenticated access for development and deployment tasks without managing long-term access keys.

How do I sync TranslationService translations to an S3 bucket?

Run a reproducible Python-based workflow to sync TranslationService translations to S3. The script automates authentication, verifies credentials, and updates localization assets in the bucket.

What is the best way to automate translation deployment to AWS S3?

Use a lightweight, script-driven workflow to automate translation deployment to AWS S3. It authenticates via SSO, verifies credentials, and synchronizes translations across developer and operations scenarios.

Do I need temporary credentials to sync translations if SSO is unavailable?

If SSO is unavailable, the workflow supports a temporary credentials fallback to authenticate AWS CLI access. This ensures translation synchronization proceeds securely when standard SSO fails.

Can I use this workflow for both developer and operations AWS scenarios?

Yes, the workflow works across developer and operations scenarios requiring authenticated AWS access. It provides CLI-based authentication guidance and translation synchronization for both environments.