ハンズオン(簡易版): Organizations基礎(アカウント作成)

クリーンアップ6. Organizations組織の削除 (CloudShell)

手順の目的

Organizations組織を作成します。

設定値の指定

(なし)

設定値の確認

(なし)

処理の実行

Organizations組織を削除します。

コマンド:

aws organizations delete-organization 

結果(例):

(出力なし)

完了確認

「Organizations組織が存在しない。」ことを確認します。

コマンド:

! aws organizations describe-organization \
  --query 'Organization.Arn' \
  --output text

結果(例):

An error occurred (AWSOrganizationsNotInUseException) when calling the DescribeOrganization operation: Your account is not a member of an organization.

手順の完了

(参考) マネジメントコンソールの確認

  • 左ペインの"AWSアカウント"をクリックします。

AWSアカウント(画面)

  • 組織が存在することを確認します。

課題

動作確認