Skip to content

AWS Notes

Franknaw edited this page Aug 26, 2021 · 6 revisions
  • employ a management vpc per aws well architected framework

  • keeping the ATO in mind, it would be through AWS Organizations with a Mgmt acct, Prod acct, Dev acct, etc

  • You can use organizational units (OUs) to group accounts together to administer as a single unit

  • azure equivalent to organizational units

    • Organizational units (OUs) in an Active Directory Domain Services (AD DS) managed domain let you logically group objects such as user accounts, service accounts, or computer accounts. ... AADDC Users - includes users and groups synchronized in from the Azure AD tenant
  • aws equivalent of azure subscriptions

    • Azure subscriptions are a grouping of resources with an assigned owner responsible for billing and permissions management. Unlike AWS, where any resources created under the AWS account are tied to that account, subscriptions exist independently of their owner accounts, and can be reassigned to new owners as needed
  • aws equivalent of azure resource groups

    • Azure resource groups are not directly comparable to AWS resource groups. While AWS allows a resource to be tagged into multiple resource groups, an Azure resource is always associated with one resource group

openssl pkcs12 -in client1.train-dev.cisalearning.org.crt -inkey client1.train-dev.cisalearning.org.key -export -out client1.train.pfx