We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa156e2 commit cf80f86Copy full SHA for cf80f86
src/main/resources/application.properties
@@ -7,8 +7,11 @@ spring.jpa.hibernate.ddl-auto=create
7
cloud.aws.region.static=eu-west-1
8
9
# Credentials (unnecessary when running in an EC2 instance with a role having enough permissions for S3 and RDS)
10
-cloud.aws.credentials.accessKey="key"
11
-cloud.aws.credentials.secretKey="secret"
+#cloud.aws.credentials.accessKey="key"
+#cloud.aws.credentials.secretKey="secret"
12
+
13
+# In AWS use this instead, and create an EC2 role
14
+#instanceProfile=true
15
16
# RDS access
17
cloud.aws.rds.dbInstanceIdentifier=springaws
0 commit comments