There is no EC2 meta data available
Spring bootでこのエラーが出たらbuild.gradleの依存性を以下に変更してとりあえず直しました。
dependencies {
// implementation 'org.springframework.cloud:spring-cloud-starter-aws'
// implementation 'org.springframework.cloud:spring-cloud-starter-aws-jdbc'
implementation 'org.springframework.cloud:spring-cloud-aws-context'
implementation 'org.springframework.integration:spring-integration-aws:2.0.0.RELEASE'
compile 'com.amazonaws:aws-java-sdk-s3'
compileOnly 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

KHI入社して退社。今はCONFRAGEで正社員です。関西で140-170/80~120万から受け付けております^^
得意技はJS(ES6),Java,AWSの大体のリソースです
コメントはやさしくお願いいたします^^
座右の銘は、「狭き門より入れ」「願わくは、我に七難八苦を与えたまえ」です^^


コメント