Thursday, May 18, 2023

How to find Amazon AWS Contact Flow Id?

To find the Amazon Connect Flow Id(contact-flow-id), use the following steps:

1. Open the Amazon Connect Flow.

2. Select “Show additional flow information” on the left bottom corner.

3. Select the Contact Flow Id which is available after “http://contact-flow/”.

Wednesday, May 3, 2023

How to find Amazon Connect Instance Id?

To find the Amazon Connect Instance Id(instance-id), use the following steps:

1. Login into Amazon AWS Console.

2. Go to Amazon Connect or search it in the Search bar.

3. Select Instances and select the instance for which you want to find the Instance Id.

4. Using the Copy icon on the Instance Alias, you can copy the Amazon Connect Instance Id value.

Wednesday, April 26, 2023

ModuleNotFoundError: No module named 'requests' Python Exception

Exception:
ModuleNotFoundError: No module named ‘requests’

Resolution:
requests module should be installed before using it. So, use the following command to install it.

py -m pip install requests

Note:
The above command was for Windows OS. I used Python 3.11.2 version.

Tuesday, April 11, 2023

How to disable cache in Bluehost?

1. Login into Bluehost portal.

2. Select the Website for which you are planning to disable cache in Bluehost.

3. Select Performance Tab.

4. Check the Cache Settings.

5. Toggle it to the left side to disable the Cache. Check the following screenshot for reference.

Friday, April 7, 2023

How to check image URL in Wordpress editor?

Edit as HTML option on the image can be used to find the URL of the Image in WordPress editor.

1. Select the Image.

2. Select Options.

3. Select Edit as HTML.

4. You can see the URL of the image.

Thursday, April 6, 2023

How to give Read Only Access to an user in Amazon AWS?

1. Go to IAM in Amazon Console.

2. Select Users.

3. Click the user who has to get the Read Only Access.

4. Click “Add permissions”.

5. Select “Attach policies directly”.

6. Search “ReadOnlyAccess”.

7. Select ReadOnlyAccess where the type is AWS managed – job function.

Wednesday, March 29, 2023

How to install Amazon AWS CLI?

1. Go to https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html.

2. Check “AWS CLI install and update instructions” section.

3. Based on your Operating System(OS), follow the installation guidelines or instructions.

To check whether the AWS CLI was installed successfully, you can use the following command in Windows Operating System.

aws --version

How to change Cursor Color Theme?

Effortless Customization: A Step-by-Step Guide to Changing Your Cursor Color Theme Are you tired of the same old cursor on your screen? Do y...