Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main.ja #267

Merged
merged 10 commits into from
Jul 3, 2024
23 changes: 23 additions & 0 deletions content/basics/templates/intrinsic-functions/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,29 @@ aws cloudformation update-stack --stack-name cfn-workshop-intrinsic-functions --
最後に、EC2 コンソールでインスタンスの **タグ** タブで `InstanceType` タグが作られていることを確認します。
::::::

**Ref と Fn::Sub との比較**

組み込み関数 Ref は、指定されたパラメーターまたはリソースの値を返します。テンプレートでリソースを宣言していて、別のテンプレートリソースを名前で指定する必要がある場合は、Ref を使用してそのリソースを参照できます。ほとんどは、Ref はリソースの名前を返します。

YAML テンプレートの構文
```
Ref: logicalName
```
短縮形の構文 :
```
!Ref logicalName
```

組み込み関数 Fn::Sub は、入力文字列の変数を指定した値に置き換えます。テンプレートでは、この関数を使用して、スタックを作成または更新するまでに使用できない値を含むコマンドまたは出力を作成できます。

YAML テンプレートの構文
```
Fn::Sub:
- String
- Var1Name: Var1Value
Var2Name: Var2Value
```

### クリーンアップ

以下の手順の通りに、このラボで作成したリソースを削除します。
Expand Down
2 changes: 1 addition & 1 deletion content/prerequisites/local-development/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 300
_セットアップ時間 : 15分程度_

:::alert{type="info"}
こちらの手順は、ワークショップで Cloud9 IDE を使用していない場合にのみ必要です。
こちらの手順は、ワークショップで Cloud9 IDE を使用していない場合にのみ必要です。使用している場合は、[デフォルト VPC](../default-vpc) に移行してください。
:::

このワークショップのローカル開発を行うには、いくつかの開発ツールが必要です。ワークショップを続行する前に、それらのツールインストールして、正しくインストールされていることを確認してください。
Expand Down
2 changes: 1 addition & 1 deletion content/prerequisites/local-development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 300
_Setup Duration: ~15 minutes_

:::alert{type="info"}
This is only required if you are not using Cloud9 IDE for the workshop. Else you can skip to the [Default VPC](https://catalog.workshops.aws/cfn101/en-US/prerequisites/default-vpc) section
This is only required if you are not using Cloud9 IDE for the workshop. Else you can skip to the [Default VPC](../default-vpc) section
:::

Local development for this workshop requires a number of development tools. Please install and verify these are installed correctly before proceeding with the workshop.
Expand Down
Binary file modified static/prerequisites/account/new-user-1.ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading