cookpad / sds

Envoy's v1 Service Discovery Service API and v2 Endpoint Discovery Service API
24 stars 4 forks source link

Keep AWS session as much as possible #11

Closed eagletmt closed 5 years ago

eagletmt commented 5 years ago

Fetching session credentials from ECS task role or EC2 instance profile is run each time DynamoDB API is called. This is very fragile because the session credentials endpoint could fail.

@cookpad/infra could you review this?