Region must be specified either via environment variable (AWS_REGION) or system property (aws.region).
aws component를 프로그래밍에 이용할 때 아래와 같이 sdk를 추가해 사용할 것이다s3와 appliation.yml에 들어갈 프로퍼티를 암호화하기 위해 aws parameter store를 사용할 예정이다// AWSimplementation("software.amazon.awssdk:s3:$awsVersion")implementation("software.amazon.awssdk:sts:$awsVersion")// Parameter Storeimplementation(platform("io.awspring.cloud:spring-cloud-aws-dependencies:$springCloudVersion"))implementation("io.awspring.cloud:spring-cloud-aw..
AWS
2024. 10. 1. 00:04