By using AWS re:Post, you agree to the AWS re:Post Terms of Use

My JICS database is not getting created in Go Live

0

I followed instructions and my initJics is in the S3 bucket location artifacts\jics\initJics.sql. Due to the errors and the fact that I don't see the database, I am pretty sure something is wrong. Where and when is this supposed to be done?

asked 13 days ago14 views
1 Answer
0

If you're experiencing issues with an expected process not occurring in relation to an S3 bucket:

  1. Verify that the file (initJics.sql in your case) is indeed in the correct S3 bucket location you mentioned.

  2. Check your IAM permissions to ensure you have the necessary access to both read from the S3 bucket and perform any database creation actions.

  3. Review any CloudTrail logs (if enabled) for your account to see if there are any error messages or failed API calls related to your process.

  4. If this is part of an automated workflow, check if there are any Lambda functions or other AWS services involved that might be failing to execute properly.

  5. Ensure that the region settings for your S3 bucket and any related services are consistent and as expected.

If you continue to experience issues, you may need to consult documentation specific to your JICS system or reach out to the support team for the application you're working with, as this seems to be a custom setup rather than a standard AWS service.

Sources
I have created an account and created a bucket but I can't find it. | AWS re:Post
S3 bucket not found | AWS re:Post

profile picture
answered 13 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions