Trending questions in Edureka Community

0 votes
1 answer

what is devops in linux?

Compared to Windows, the Linux operating system ...READ MORE

Jan 3, 2023 in DevOps & Agile by Edureka
• 12,700 points
928 views
0 votes
0 answers

Origin of the C# language name

Programmer in C and C++, currently attempting ...READ MORE

Sep 20, 2022 in C# by Edureka
• 13,730 points
875 views
0 votes
0 answers

Build images as part of Jenkins Worker on Kubernetes

I have Jenkins deployed on kubernetes (AWS ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 291 views
0 votes
0 answers

Aws ElasticSearch is not being accessed from Lambda where as it is being accessed from the localhost?

I have an ElasticSearch instance deployed in ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 252 views
0 votes
0 answers

Which is a fully managed desktop computing service in aws

Hi. So being new to cloud computing, ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 242 views
0 votes
0 answers

How can I update the option "propagateTags" on an already created ECS service?

I need to tag all the existing ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 250 views
0 votes
0 answers

When choosing an aws region which factors should you consider

I have this question. So I setup ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 236 views
0 votes
0 answers

Browsers not caching images from s3

I'm hosting my personal portfolio on AWS ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 5,380 points
934 views
0 votes
0 answers

Which aws certification is in demand

I am always hearing about AWS jobs ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 232 views
0 votes
0 answers

How to do aws certification

I am getting started with learning about ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 233 views
0 votes
1 answer

Is there a combination of "LIKE" and "IN" in SQL?

There is no LIKE & IN combination ...READ MORE

Sep 18, 2022 in Database by narikkadan
• 86,360 points
5,550 views
0 votes
0 answers

AWS Cognito that triggers Lambda function and sends me a notification when a new user signs up using SNS

Implementing an AWS Lambda function that sends ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 215 views
0 votes
0 answers

When choosing an aws region which factors should you consider

Is it mandatory to select location close ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 212 views
0 votes
1 answer

SQL query to select dates between two dates

you should put those two dates between ...READ MORE

Nov 7, 2022 in Others by gaurav
• 23,580 points
3,399 views
0 votes
0 answers

Which aws storage service assists s3 with transferring data

I had this question about transferring data. ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 222 views
0 votes
0 answers

AWS IAM role creation is failing

I have a DynamoDB table created in ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 230 views
0 votes
1 answer

How to subtract date only format "mm/dd" in excel?

I suppose Excel has handled December 21 ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 86,360 points
1,285 views
0 votes
1 answer

In excel 365 how to subtract values sequentially but skip empty cells

Try the following formula in C4 and ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 86,360 points
1,324 views
0 votes
0 answers

How to log X-Amzn-Request-id when invoking a lambda? (aws-sdk)

I see that when we invoke a ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 221 views
0 votes
1 answer

VBA Excel Adding pictures to a worksheet

It should work as: ActiveSheet.Pictures.Insert("C:\Work\test_Project\myjpgfile.jpg").Select As that's all the ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 86,360 points
886 views
0 votes
1 answer

Excel Online Script for Message Boxes

Use "throw" followed by your text to ...READ MORE

Nov 7, 2022 in Others by narikkadan
• 86,360 points
3,343 views
0 votes
0 answers

How to use aws

I know this is a generic question ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 203 views
0 votes
0 answers

How to install aws cli on linux

Hi guys. I am running a ubuntu ...READ MORE

Jan 19, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 199 views
0 votes
1 answer

Excel plot time series frequency with continuous xaxis

Excel has a few oddities that must ...READ MORE

Nov 7, 2022 in Others by narikkadan
• 86,360 points
3,330 views
0 votes
0 answers

SQL - group by column, count into a single row

I'm trying take the result from a group ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 240 views
0 votes
1 answer

MS Excel TRUE/FALSE Formula Not Returning Expected Result

The reason for this is that the 'words' ...READ MORE

Nov 8, 2022 in Others by gaurav
• 23,580 points
3,280 views
0 votes
0 answers

editing aws lambda inline with large package size

In the working directory of an AWS ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 233 views
0 votes
1 answer

Excel Formula Help Conditional Formatting - If A2 =TODAY and B2=Y turn A2 Green. If B2 = N turn A2 RED

Create a conditional format rule on A2 ...READ MORE

Dec 29, 2022 in Others by narikkadan
• 86,360 points
1,082 views
0 votes
0 answers

How can I restrict IP addresses dynamically and release them after 24hrs for AWS s3?

I want to block the IP address ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 218 views
0 votes
0 answers

Stop all ECS Cluster tasks with AWS CLI

Self answers: How to quickly pass more ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 215 views
0 votes
0 answers

Merge rows based on value (pandas to excel - xlsxwriter)

I'm attempting to use xlsxwriter to output ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,000 points
3,524 views
0 votes
0 answers

How to create "Python Package Download" Azure DevOps Service Connection?

I need to set up an Azure ...READ MORE

Jan 5, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
780 views
0 votes
0 answers

Terraform script

Created an EC2 instance using terraform,now I ...READ MORE

Jan 19, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 174 views
0 votes
1 answer

Make certain characters in an Excel cell subscript Python

With Xlwings, you may accomplish this by ...READ MORE

Dec 13, 2022 in Others by narikkadan
• 86,360 points
1,747 views
0 votes
1 answer

Why YouTube Player API does not work on Android 11?

The Android 11 package visibility limitations prevent ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,730 points
2,948 views
0 votes
1 answer

Excel grade formula

Since you said it was just for ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 86,360 points
833 views
0 votes
1 answer

Excel formula to convert EST date time into IST date time?

The code: =IF(A1-TIME(10,30,0)<0,ABS(1+A1-TIME(10,30,0)),A1-TIME(10,30,0))  It works if your cell ...READ MORE

Dec 27, 2022 in Others by narikkadan
• 86,360 points
1,131 views
0 votes
0 answers

Call Kotlin suspend function in Java class

Assume we have the following function: suspend fun doSomething(): ...READ MORE

Nov 18, 2022 in Kotlin by Tejashwini
• 5,380 points
2,664 views
0 votes
0 answers

Left-, center-, and right-aligned text on the same line

Is it possible to use HTML/CSS to ...READ MORE

Aug 17, 2022 in HTML by Deepak
• 980 points
6,850 views
0 votes
1 answer

How to automate split by delimiter in Excel (equivalent of =SPLIT in gSheets)

Multiple ways, one is to use FILTERXML():   Formula in B2: =TRANSPOSE(FILTERXML("<t><s>"&SUBSTITUTE(A2," ...READ MORE

Dec 29, 2022 in Others by narikkadan
• 86,360 points
1,050 views
0 votes
0 answers

How to give RDS instance permission to invoke lambda from CFT or SAM template?

Below is what I wrote in my ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 186 views
0 votes
0 answers

Transfer Data from AWS Time Stream to DynamoDB

I deal with two databases in the ...READ MORE

Jan 18, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 177 views
0 votes
1 answer

Highlight active row/column in Excel without using VBA?

Create two formula-based rules: =ROW()=CELL("row") =COLUMN( ...READ MORE

Oct 27, 2022 in Others by narikkadan
• 86,360 points
3,743 views
0 votes
0 answers

Transfer Data from AWS Time Stream to DynamoDB

I deal with two databases in the ...READ MORE

Jan 17, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 215 views
0 votes
0 answers

How can I restrict IP addresses dynamically and release them after 24hrs for AWS s3?

I want to block the IP address ...READ MORE

Jan 17, 2023 in AWS by Tejashwini
• 5,380 points

edited Mar 4 212 views
0 votes
1 answer

how devops helps in testing?

Everyone is encouraged to add to the ...READ MORE

Jan 3, 2023 in DevOps & Agile by Edureka
• 12,700 points
795 views
0 votes
1 answer

Filter sumproduct formula based on array

Use ISERROR(MATCH()): =SUMPRODUCT(--(ISERROR(MATCH(Sales[Area];Exceptions[Area];0)));Sales[Quantity];Sales[Price per unit]) --(ISERROR(MATCH(Sales[Area];Exceptions[Area];0))) will return 1 if the ...READ MORE

Dec 16, 2022 in Others by narikkadan
• 86,360 points
1,571 views
0 votes
1 answer

GCP Cloud Run Cannot Pull Image from Artifact Registry in Other Project

In Cloud Run, there are two different ...READ MORE

Nov 10, 2022 in GCP by Ashwini
• 5,430 points
3,101 views
0 votes
1 answer

What is the character code for new line break in excel

Use CHAR(10) and Turn on Wrap Text option. It ...READ MORE

Dec 27, 2022 in Others by narikkadan
• 86,360 points
1,100 views