Home
Documentation
Help

Discover Page Mosaic

Introduction to Page Mosaic
Getting Started
Preparing AWS Environment
Deploying Page Mosaic
Integrating Static Website Template
Enhancing Your Website
Setting Up Custom Domain
Learn Page Mosaic
Let's launch website
Menu

Preparing AWS Environment

Learn how to create an admin user and set up the CLI environment for accessing AWS directly from your command line.


Deploying Page Mosaic

Need Expert Help? If you find the process complex, or would rather focus on your business, the creator of Page Mosaic is available to handle the technical integration for your website.


Video Annotations:

  1. IAM Identity Center is the recommended service for managing your workforce's access to AWS applications.

  2. Add new user in IAM Identity Center.

  3. Create a set of administrator rights based on the AdministratorAccess set.

  4. Link the user to the management account and assign the set of rights to the user.

  5. Check the user's email.

  6. Install AWS CLI tool to the local computer.

  7. Check the installation:

aws --version
  1. Configure SSO on the local computer:
aws configure sso --profile [admin user login]
  1. Check the admin user access:
aws s3 ls --profile [admin user login]

Deploying Page Mosaic