💡 This guide is tailored for Fast Foundation. If your company has customized settings, some details may look a little different.
Introduction
Welcome! 🎉 This guide will walk you through setting up AWS Single Sign-On (SSO) so you can securely access your Fast Foundation infrastructure and use it in your local development environment. Think of SSO as your one set of keys 🔑: instead of remembering separate logins for every AWS account, you’ll sign in once and seamlessly switch between accounts with the right permissions. We’ll also show you how this integrates with your development tools, so everything works smoothly whether you’re building locally or in the cloud. By the end of this setup, you’ll be ready to:- Log in to multiple AWS accounts using single set of credentials
- Authenticate securely with role-based permissions and enforced Multi-Factor Authentication (MFA)
- Use your SSO credentials directly in your development workflow
- Solve common setup issues on your own with our troubleshooting tips
Before You Begin
To make sure the setup goes smoothly, there are a couple of things you’ll need:Required Software
AWS Command Line Interface (CLI) v2
AWS Command Line Interface (CLI) v2
The AWS CLI is a tool you’ll use to interact with AWS services from your terminal. For the most up-to-date installation steps, refer to the official AWS CLI installation guide, as local instructions may become outdated over time.Here’s how to install it:Verify installation:You should see something like:
- macOS
- Linux
- Windows
aws-cli/2.x.x Python/3.x.x ...Access Requirements
Before starting, make sure you have:- An AWS SSO user account: This will be created for you by your Cloud Administrator.
- A setup email: You’ll receive temporary credentials in your inbox to begin the process.
- Multi-Factor Authentication (MFA): You’ll need either a virtual authenticator app (e.g. Google Authenticator) or a hardware MFA device.
Security Best Practices
Need Help?
If you run into trouble:- Start with the Troubleshooting Guide
- Reach out to your Cloud Administrator for support
- Contact the Fast Foundation team if you need further assistance