1. DO NOT use the ROOT account
2. Create an administrator role and allow users to Assume role, do not assign individual users with Direct admin access
3. Protect the accounts with MFA
ssh-keygen -t rsa -f /path/to/save/the-key
EC2 -> Key Pairs
, and click the Create Key Pair button.pem
file, use ssh-keygen -y -f your_key.pem > your_key.pub
to generate a public keyEnvironment
drop-down at the top right. RapidCloud environment is an equivalent of a specific workload or application, with its own security guards and AWS resources. You can create as many environments as you need, based on various areas of your business. Single RapidCloud instance can control environments hosted in different VPCs and AWS Accounts, as long as your RapidCloud has access to those resources.Architecture Modeling
tool, a quick and convenient way to visualize your target architecture.. Data Ingestion -> Semi-Structured Data
, to add CSV or JSON files to the ingestion phase of your use case or Compute -> Lambda Functions
to add a Lambda Function to your application. Current State
, as you're adding more metadata or Deployment -> AWS Resources
to show list of your AWS resources. Deploy -> Terraform Actions -> Init
or review Terraform deployment plan via Deploy -> Terraform Actions -> Plan
. And then deploy your entire environment infrastructure with a single click of a button viaDeploy -> Terraform Actions -> Apply
.