最終更新:2023-06-02 (金) 09:34:29 (346d)  

seed.iso/user-data
Top / seed.iso / user-data

#cloud-config
#vim:syntax=yaml
users:
# A user by the name `ec2-user` is created in the image by default.
  - default
chpasswd:
  list: |
    ec2-user:plain_text_password
# In the above line, do not add any spaces after 'ec2-user:'.

関連