Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

279
Views
How to get clientid from aws app config service

I have created application and configuration profile with s3 bucket in AWS app config service . While trying to fetch configuration data from s3 through app config below parameters required pass but clientid didn't see any where in app config deployment process and its mandatory field.

    GetConfigurationRequest request = new GetConfigurationRequest();

    request.setApplication("TEST");
    request.setEnvironment("test-env");
    request.setConfiguration("test-s3");
    request.setClientId(""); // mandatory field
    request.setClientConfigurationVersion("2");

    GetConfigurationResult result = appConfig.getConfiguration(request);

Please help to get clientid and how to configure appconfig service in aws.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

From AWS Documentations:

The client-id parameter in the following command is a unique, user-specified ID to identify the client for the configuration.

A unique application instance identifier called a client ID.

You can give any unique client-id in the request by which you can identify the source of the request. This id also enables AWS AppConfig to deploy the configuration in intervals, as defined in the deployment strategy.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!