Top 10 Must-Know AWS Services 2024
16:00
Пікірлер
@yekohein1528
@yekohein1528 10 күн бұрын
Thank you so much.
@JasCloudTech
@JasCloudTech 10 күн бұрын
@yekohein welcome 🤗
@kiran.karande
@kiran.karande 12 күн бұрын
Hi JasCloudTech, I wanted to check if can we upload data directly to s3 Glacier. Also whether the AWS DataSync service is also available in Hyd region ?
@JasCloudTech
@JasCloudTech 12 күн бұрын
@Kiran yes that’s possible and AWS DataSync is available In HYD region 😊
@liv2rule
@liv2rule 18 күн бұрын
Very informative. Thanks for sharing. I have question regarding datasync agent and data transfers. If I have multiple data streams to be transfered over to AWS, Can I get these data transfers to run in parallel without wait time independently. Can single datasync agent suffice for this purpose? If yes, can you please explain how this would work.
@JasCloudTech
@JasCloudTech 18 күн бұрын
@liv2rule … single agent not possible… there will be wait time … There are 2 scenarios having multiple agents and narrowing down the data transfer scope For detailed info please check the link below aws.amazon.com/es/blogs/storage/how-to-accelerate-your-data-transfers-with-aws-datasync-scale-out-architectures/ I hope it will answer all your queries… Thanks for watching 😊
@Abdifitahyusufmohamud
@Abdifitahyusufmohamud 20 күн бұрын
source code please
@JasCloudTech
@JasCloudTech 20 күн бұрын
@echo off setlocal set "AWS_PROFILE=default" :: Use your AWS CLI profile name set "S3_BUCKET_NAME=your-bucket-name" set "SOURCE_DIR=C:\...you location" echo Backing up files from %SOURCE_DIR% to s3://%S3_BUCKET_NAME% aws s3 sync %SOURCE_DIR% s3://%S3_BUCKET_NAME% --delete endlocal
@DucNhuHoangMinh
@DucNhuHoangMinh 23 күн бұрын
hahaa, thank so much <3
@JasCloudTech
@JasCloudTech 23 күн бұрын
🫨. 😀 welcome 🤗
@erukullasaikumar6422
@erukullasaikumar6422 27 күн бұрын
good explanation, short and to the point. thanks jaspal
@JasCloudTech
@JasCloudTech 27 күн бұрын
@erukullasaikumar… welcome 🙏…
@ImeshMadushanka-um6fe
@ImeshMadushanka-um6fe Ай бұрын
Can you send postman collection
@JasCloudTech
@JasCloudTech Ай бұрын
@imeshMadhushanka its just a single post request only thing is to get your authorization key and headers content-type and x-amz-target and body. if you are facing any issues, you can share
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@salimmallick7249
@salimmallick7249 Ай бұрын
Thank you
@JasCloudTech
@JasCloudTech Ай бұрын
@salimmallick welcome 🙏
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@iamfelix.s
@iamfelix.s Ай бұрын
"Bad permissions. Try removing permissions for user: BUILTIN\\Users on file" getting this
@JasCloudTech
@JasCloudTech Ай бұрын
icacls "C:\path\to\file_or_directory" /remove "BUILTIN\Users" Else first remove inheritance cd C:\path\to\your\pem\file icacls your-key.pem /inheritance:r Grant read access icacls your-key.pem /grant:r "%username%":R
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍😍
@travisjae1775
@travisjae1775 Ай бұрын
I'm getting a warning: unprotected private file! when I try to ssh into my ec2.
@JasCloudTech
@JasCloudTech Ай бұрын
Grant read only permission for pem file to current user …
@TraveldiariesbyMona
@TraveldiariesbyMona Ай бұрын
👍
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@midlandscoder
@midlandscoder Ай бұрын
finally I will save 5 dollars, thank you!
@JasCloudTech
@JasCloudTech Ай бұрын
@midlandscoder ..welcome 😊
@onemoment5850
@onemoment5850 Ай бұрын
is it free!
@JasCloudTech
@JasCloudTech Ай бұрын
No .. but there is free tier you can utilize for 12 months.. Detailed pricing aws.amazon.com/translate/pricing/
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@ShaliniSingh-yo4rt
@ShaliniSingh-yo4rt Ай бұрын
So basically we are using putty if we want to login an ec2 linux instance from windows local ?
@JasCloudTech
@JasCloudTech Ай бұрын
@shalinisingh yes 😊
@subhasishghosh22
@subhasishghosh22 Ай бұрын
i am using vmware 17.5 version. After creating the agent, VMware automatically restarts. any solution ??
@JasCloudTech
@JasCloudTech Ай бұрын
@subhasishghosh check for resources cpu memory allocation … check vm logs ,, check for hyper v or any subsystem that might be conflicting I hope this will give you exact reason… 😊
@HariCloudeng
@HariCloudeng Ай бұрын
can we create end point and is it possible to integrated with UI application
@JasCloudTech
@JasCloudTech Ай бұрын
@HariCloudeng yes .. using the SDK or API 🙂
@user-jw9ub8yx6q
@user-jw9ub8yx6q Ай бұрын
👍
@user-jw9ub8yx6q
@user-jw9ub8yx6q 2 ай бұрын
👍
@JasCloudTech
@JasCloudTech 2 ай бұрын
😍
@jadiel_jade
@jadiel_jade 2 ай бұрын
How can I log out
@JasCloudTech
@JasCloudTech 2 ай бұрын
Exit 😊
@jadiel_jade
@jadiel_jade 2 ай бұрын
No... I mean I'd like to restart the process without it saying that I was logged on before
@JasCloudTech
@JasCloudTech 2 ай бұрын
@@jadiel_jade I m sorry I am unable to understand your question… can you please elaborate 🙏 😊
@somethinghere2
@somethinghere2 2 ай бұрын
i have problem of Automatically get the activation key from your agent,but can not activation key (agent by vmware esxi).
@JasCloudTech
@JasCloudTech 2 ай бұрын
@matchnsp please check VMware configuration network settings outbound internet connectivity… if possible you can share screenshot in order to know the issue more specifically
@rahulsingh-iq4gd
@rahulsingh-iq4gd 2 ай бұрын
Hi bro is there away we can set alb and servers and those servers can only accepts traffic from alb.. It does not has to give any response if we directly paste servers ip in our browser is there any way of doing that?
@JasCloudTech
@JasCloudTech 2 ай бұрын
@rahulsingh definitely we can do that use security groups or nacl.. configure security group associated with your backend server allow only inbound traffic from alb security group and rest Traffic u can deny Or nacl associated with the subnes to allow inbound traffic only from the IP address range of the alb. Or both for more security I hope it’s clear .. do let me know if you got some issues setting up the same … Thank you 😊
@rahulsingh-iq4gd
@rahulsingh-iq4gd 2 ай бұрын
@@JasCloudTech but alb does not have ip adress it has some random string
@JasCloudTech
@JasCloudTech 2 ай бұрын
@@rahulsingh-iq4gd use custom and type source as the security group ID of the ALB ..
@salimmallick7249
@salimmallick7249 2 ай бұрын
Can we extend the partition on al2
@JasCloudTech
@JasCloudTech 2 ай бұрын
@salimmallick yes 👍
@salimmallick7249
@salimmallick7249 2 ай бұрын
@@JasCloudTech the standard partition ?
@JasCloudTech
@JasCloudTech 2 ай бұрын
@@salimmallick7249 Extending a partition on an AWS Linux 2 instance running on VMware is similar to extending it on a physical machine… 😀
@salimmallick7249
@salimmallick7249 2 ай бұрын
@@JasCloudTech can we change the standard partition to ext4?
@JasCloudTech
@JasCloudTech 2 ай бұрын
@@salimmallick7249 I haven’t tried but I think you have to use some utility resize2fs ..
@TraveldiariesbyMona
@TraveldiariesbyMona 2 ай бұрын
👍
@nestorcolt
@nestorcolt 2 ай бұрын
Title: Lifecycle Policies [New Feature 2023] = 19 minutes of video for a feature that you show on the min 16, and you are not even explaining in-depth the usage of the policy.
@JasCloudTech
@JasCloudTech 2 ай бұрын
@nestorcolt the main purpose was to showcase the Ec2 image builder + new feature (lifecycle policies) and moreover lifecycle policies it depends upon individual scenarios. Thank You
@mayko12ags
@mayko12ags 2 ай бұрын
how can I use the AWS translate API with a API Key ?
@JasCloudTech
@JasCloudTech 2 ай бұрын
@mayko are you asking how to generate key ??? 🔑… or can you please elaborate 😊
@mayko12ags
@mayko12ags 2 ай бұрын
@@JasCloudTech I already generated one, but need to pass it on headers, I still don't know how. I would like know know how can i generate an api key and use it. Ihave an integration platform that does not allow me to pass the basic authentication, it only allows me send data on body and headers.
@JasCloudTech
@JasCloudTech 2 ай бұрын
@@mayko12ags ok pass Basic authentication in the header add a new header with key Authorization and value Basic <base64_encoded_credentials>. Replace <base64_encoded_credentials> with your Base64-encoded username and password in the format username:password. Let me know if you need assistance 😊
@TraveldiariesbyMona
@TraveldiariesbyMona 2 ай бұрын
👍
@kamilkocent3735
@kamilkocent3735 2 ай бұрын
💖 Promo_SM
@josephokwudi3817
@josephokwudi3817 2 ай бұрын
Am i suppose to download Ubuntu on my system before i can use my cmd
@JasCloudTech
@JasCloudTech 2 ай бұрын
@josephokwudi no need to download Ubuntu or anything on your system ..🤗
@TraveldiariesbyMona
@TraveldiariesbyMona 2 ай бұрын
👍
@desiayushtyagi
@desiayushtyagi 2 ай бұрын
Please share the index file used in S3 for HTML webpage
@JasCloudTech
@JasCloudTech 2 ай бұрын
@desiayushtyagi you can use any html having script tag …you need to copy the script after the cf stack is deploys the lex web ui
@yogeshpandey730
@yogeshpandey730 3 ай бұрын
Thanks for the video. It helps a lot. I have a doubt whether we can customize the Chatbot UI or not. By default font color is black and background something else. What if I want to customize the whole UI of chatbot using React. How I can do that? Please reply or atleast provide some reference from where I can go through.
@JasCloudTech
@JasCloudTech 3 ай бұрын
@yogeshpandey welcome 🙏 For customization css github.com/aws-samples/aws-lex-web-ui/blob/master/README-css-style.md Complete sample github.com/aws-samples/aws-lex-web-ui I hope this answers all your questions…
@Maria-km7nm
@Maria-km7nm 3 ай бұрын
You are the best of the best of the best of the best... ! :)
@JasCloudTech
@JasCloudTech 3 ай бұрын
@Maria 😊 thanks 🙏…
@DevOpsPulse
@DevOpsPulse 3 ай бұрын
Thanks for sharing
@JasCloudTech
@JasCloudTech 3 ай бұрын
😊 🙏
@ayanikabera7060
@ayanikabera7060 3 ай бұрын
did not work
@JasCloudTech
@JasCloudTech 3 ай бұрын
@ayanikabera can you please let me know what’s the error … timeout .. access denied , check inbound rule port 22 , igw…
@ayanikabera7060
@ayanikabera7060 3 ай бұрын
@@JasCloudTech i followed eevrything here and i still get this error "ssh: connect to host port 22: Connection timed out" . i checked/added necessary inbound rules as well.
@JasCloudTech
@JasCloudTech 3 ай бұрын
@@ayanikabera7060route table and internet gateway ?? After creation did you restarted your instance ??
@ayanikabera7060
@ayanikabera7060 3 ай бұрын
@@JasCloudTech yes route table and internet gateway were exactly what you showed in your video. i did not restart instance.. i did refresh it...
@ayanikabera7060
@ayanikabera7060 3 ай бұрын
@@JasCloudTech okay i rebooted.. still getting the same error
@jeffb6305
@jeffb6305 3 ай бұрын
Do you know if users of the bots can upload files ?
@JasCloudTech
@JasCloudTech 3 ай бұрын
@jeffb we need to customize the configuration file and IAM policies , then the attachment option will show and files will be uploaded to S3 bucket .. You can go through the link mentioned below 👇 github.com/aws-samples/aws-lex-web-ui/blob/master/README-file-upload.md
@areaofeffect100
@areaofeffect100 3 ай бұрын
thanks! This is so much help. Can this also be connect with amazon connect? For example, i want to add a custom chatbot to my website but if they need to speak to an agent, they can be redirected to an agent using amazon connect.
@JasCloudTech
@JasCloudTech 3 ай бұрын
Welcome 🙏 .. there is option docs.aws.amazon.com/connect/latest/adminguide/amazon-lex.html.
@areaofeffect100
@areaofeffect100 3 ай бұрын
@@JasCloudTech niceeeeee. thank you! What about if I want to receive feedback and the customer will give out a feedback, where will be the feedback chat history recorded?
@JasCloudTech
@JasCloudTech 3 ай бұрын
We can utilize conversational logs … saving it in S3..
@areaofeffect100
@areaofeffect100 3 ай бұрын
@@JasCloudTech Thanks so much man! you the MVP!!
@noobxtrader
@noobxtrader 3 ай бұрын
how much it costs?
@JasCloudTech
@JasCloudTech 3 ай бұрын
aws.amazon.com/lex/pricing/
@TraveldiariesbyMona
@TraveldiariesbyMona 3 ай бұрын
👍
@TraveldiariesbyMona
@TraveldiariesbyMona 3 ай бұрын
👍
@ashishranjan7439
@ashishranjan7439 3 ай бұрын
How can we interact with AWS MQ. What is configuration change required if I have to replace ibm mq.
@JasCloudTech
@JasCloudTech 3 ай бұрын
@ashishranjan7439… we can interact via console , cli or api .. in order to replace ibm mq …after setting up aws mq then migrate queues topics , configure the aws mq endpoint for your client applications… 😢😊just a overview or approach to proceed… 🙏