Skip to content

Commit

Permalink
opsman - aws - vmlifecycle
Browse files Browse the repository at this point in the history
add BootDiskType to example due to PR pivotal-cf/om#680
Co-authored-by: Shawn Neal <[email protected]>
  • Loading branch information
rabeyta committed Dec 3, 2024
1 parent 8ea3f8d commit f6200d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/opsman-config/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ opsman-configuration:
# Optional
# vm_name: ops-manager-vm # default - ops-manager-vm
# boot_disk_size: 100 # default - 200 (GB)
# boot_disk_type: gp3 # default - gp2
# instance_type: m5.large # default - m5.large
# NOTE - not all regions support m5.large
# assume_role: "arn:aws:iam::..." # necessary if a role is needed to authorize
Expand All @@ -40,4 +41,4 @@ opsman-configuration:
# banner-settings: ...
# syslog-settings: ...
# rbac-settings: ...
# code_snippet aws-configuration end
# code_snippet aws-configuration end

0 comments on commit f6200d7

Please sign in to comment.