-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
## プルリクエストの目的・概要 (Purpose & Summary) | ||
**注意: このリポジトリはpublic repositoryです。機密情報は含めないでください。** | ||
## プルリクエストの目的・概要 | ||
**注意: このリポジトリは、Public Repositoryです。機密情報は含めないでください。** | ||
|
||
## 関連するIssue (Related Issue) | ||
## 関連するIssue | ||
|
||
|
||
## 変更内容 (Changes) | ||
|
||
|
||
## 影響範囲 (Impact) | ||
## 変更内容 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
# eks-ssm-agent-container | ||
**注意: このリポジトリはpublic repositoryです。機密情報は含めないでください。** | ||
このリポジトリには、AWS SSM エージェントをコンテナで実行するための Dockerfile および使用例が含まれています。 | ||
**注意: このリポジトリは、Public Repositoryです。機密情報は含めないでください。** | ||
|
||
これにより、AWS Systems Manager を使用してコンテナにアクセスし、遠隔地から安全にインフラストラクチャを管理できます。 | ||
このリポジトリには、AWS Systems Managerエージェントをコンテナで実行するためのシェルスクリプトおよびDockerfileにおける使用例が含まれています。 | ||
|
||
これにより、AWS Systems Managerを使用してコンテナにアクセスすることができます。 | ||
|
||
## 説明 | ||
- AWS SSM エージェントをコンテナで実行します。 | ||
- AWS Systems Manager を使用して、コンテナに安全にアクセスします。 | ||
- サンプルとしてDebian ベースと Amazon Linux ベースのコンテナ用のDockerfileが格納されています。 | ||
- AWS Systems Managerエージェントをコンテナで実行します。 | ||
- AWS Systems Managerを使用して、コンテナにアクセスします。 | ||
- サンプルとしてDebianベースとAmazon Linuxベースのコンテナ用のDockerfileが格納されています。 | ||
|
||
## 使用方法 | ||
2つの環境変数が必要となります。 | ||
|
||
| 環境変数名 | 説明 | | ||
| ---- | ---- | | ||
| BASTION_ROLE_NAME | 管理対象ノードに割り当てるIAMロールの名前。<br>詳細は[公式ドキュメント](https://docs.aws.amazon.com/ja_jp/systems-manager/latest/userguide/session-manager-getting-started-instance-profile.html)を確認してください。 | | ||
| BASTION_INSTANCE_NAME | 管理対象ノードの名前。 | | ||
|
||
## LICENSE | ||
このプロジェクトは MIT ライセンスのもとでライセンスされています。詳細については、[LICENSE](./LICENSE) ファイルを参照してください。 | ||
## License | ||
このプロジェクトは [MIT License](https://github.com/globis-org/eks-ssm-agent-container/blob/main/LICENSE) に基づいています。 |