Hi @kolyanimohanto,
1) Could you explain further what do you mean with "mapping the implementation"? The example includes the necessary steps for setting up AWS account and permissions and IOT:
### Setup your AWS account and Permissions
To create an AWS account, see Create and Activate an AWS Account (https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/). To add an IAM user to your AWS account, see IAM User Guide (https://docs.aws.amazon.com/IAM/latest/UserGuide/). To grant your IAM user account access to AWS IoT and FreeRTOS, attach the following IAM policies to your IAM user account:
- AmazonFreeRTOSFullAccess
- AWSIoTFullAccess
NOTE “The policy examples in this document are intended only for dev environments. All devices in your fleet must have credentials with privileges that authorize only intended actions on specific resources. The specific permission policies can vary for your use case. Identify the permission policies that best meet your business and security requirements. For more information, refer to Example policies (https://docs.aws.amazon.com/iot/latest/developerguide/example-iot-policies.html) and Security best practices (https://docs.aws.amazon.com/iot/latest/developerguide/security-best-practices.html)."
### Provision the device with AWS IoT
Refer to Registering your MCU board
(https://docs.aws.amazon.com/freertos/latest/userguide/freertos-prereqs.html#get-started-freertos-thi...).
Follow steps 1-6 under the heading To create an AWS IoT policy. In step 1, note that the AWS region for your account can also be found in the drop-down between the account name and Support drop-downs in the top menu bar. Follow steps 1-10 under the heading To create an IoT thing, private key, and certificate for your device.
There are two types of certificates which you can use depending on the cipher suite you chose in the S32CT AWS IoT Core configuration. By default, an RSA signed certificate is created for your device if using the steps above. For ECDHE signed certificates follow the instructions provided at https://aws.amazon.com/it/blogs/iot/elliptic-curve-cryptography-and-forward-secrecy-support-in-aws-i... .
2) Yes, the 100BASE T1 Media converter is needed since the EVB uses automotive ethernet.
Best regards,
Julián